mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 18:26:39 +02:00
initialize logger (#10152)
This commit is contained in:
@@ -38,7 +38,7 @@ level_enum getLogLevel(std::wstring_view logSettingsPath)
|
||||
return result;
|
||||
}
|
||||
|
||||
std::shared_ptr<spdlog::logger> Logger::logger;
|
||||
std::shared_ptr<spdlog::logger> Logger::logger = spdlog::null_logger_mt("null");
|
||||
|
||||
bool Logger::wasLogFailedShown()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user