mirror of
https://github.com/KjellKod/g3log.git
synced 2025-02-07 14:30:14 +01:00
fix example
This commit is contained in:
parent
ad11a34fbb
commit
9d853c7839
@ -140,7 +140,7 @@ int main(int argc, char**argv) {
|
|||||||
path_to_log_file);
|
path_to_log_file);
|
||||||
|
|
||||||
// logger is initialized
|
// logger is initialized
|
||||||
g3::initializeLogging(defaultHandler.worker.get());
|
g3::initializeLogging(worker.get());
|
||||||
|
|
||||||
LOG(DEBUG) << "Make log call, then add another sink";
|
LOG(DEBUG) << "Make log call, then add another sink";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user