mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-01-07 20:07:56 +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;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
std::shared_ptr<spdlog::logger> Logger::logger;
|
std::shared_ptr<spdlog::logger> Logger::logger = spdlog::null_logger_mt("null");
|
||||||
|
|
||||||
bool Logger::wasLogFailedShown()
|
bool Logger::wasLogFailedShown()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user