Skip to content

Commit

Permalink
~ Trigger the rebuild of native libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
gindemit committed Nov 26, 2023
1 parent 05d741a commit faf0cf4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/LottiePlugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit faf0cf4

Please sign in to comment.