From faf0cf48cc6ee189fc5954c955c43c2742497487 Mon Sep 17 00:00:00 2001 From: Konstantin Gindemit Date: Sun, 26 Nov 2023 21:22:17 +0100 Subject: [PATCH] ~ Trigger the rebuild of native libraries --- src/LottiePlugin.cpp | 1 + 1 file changed, 1 insertion(+) 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";