Skip to content

Commit

Permalink
~ Test message appended to the logger
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Nov 26, 2023
1 parent 81aa6d6 commit b03ffd0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/LottiePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ extern "C" {
fprintf(stdout, "Initializing logger (stdout)\n");
initialize(GuaranteedLogger(), std::string(log_dir_path), std::string(log_file_name), log_file_roll_size_mb);
set_log_level(LogLevel::INFO);
vDebug << "Initialized logger (debug)";
vWarning << "Initialized logger (warning)";
vCritical << "Initialized logger (critical)";
vDebug << "Initialized logger (debug) test message";
vWarning << "Initialized logger (warning) test message";
vCritical << "Initialized logger (critical) test message";
return 0;
}
}

0 comments on commit b03ffd0

Please sign in to comment.