mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
initialize logger (#10152)
This commit is contained in:
@@ -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()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user