diff --git a/src/LottiePlugin.cpp b/src/LottiePlugin.cpp index 75825f5..40292f0 100644 --- a/src/LottiePlugin.cpp +++ b/src/LottiePlugin.cpp @@ -116,6 +116,7 @@ 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) test message"; vWarning << "Initialized logger (warning) test message"; vCritical << "Initialized logger (critical) test message";