mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-12 18:29:24 +08:00
initialize logger (#10152)
This commit is contained in:
parent
2e3473bbfd
commit
b9397157ab
@ -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()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user