added logs to fancy zones (#8190)

This commit is contained in:
Mykhailo Pylyp
2020-11-25 11:54:10 +02:00
committed by GitHub
parent 095b76b3e8
commit eb264537f3
6 changed files with 54 additions and 0 deletions

View File

@@ -10,6 +10,8 @@ struct LogSettings
inline const static std::wstring runnerLogPath = L"RunnerLogs\\runner-log.txt";
inline const static std::string launcherLoggerName = "launcher";
inline const static std::wstring launcherLogPath = L"LogsModuleInterface\\launcher-log.txt";
inline const static std::string fancyZonesLoggerName = "fancyzones";
inline const static std::wstring fancyZonesLogPath = L"FancyZonesLogs\\fancyzones-log.txt";
inline const static std::string shortcutGuideLoggerName = "shortcut-guide";
inline const static std::wstring shortcutGuideLogPath = L"ShortcutGuideLogs\\shortcut-guide-log.txt";
inline const static int retention = 30;