Skip to content

Commit

Permalink
added missing android logger
Browse files Browse the repository at this point in the history
  • Loading branch information
JessyDL committed Jun 14, 2024
1 parent c70ef25 commit ea4810d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/logging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ auto core::initialize_loggers() -> void {
}

core::_loggers_initialized = true;
core::log = spdlog::android_logger_mt("main", "paradigm");
core::log = spdlog::android_logger_mt("core", "paradigm");
core::systems::log = spdlog::android_logger_mt("systems", "paradigm");
core::os::log = spdlog::android_logger_mt("os", "paradigm");
core::data::log = spdlog::android_logger_mt("data", "paradigm");
Expand Down

0 comments on commit ea4810d

Please sign in to comment.