shortcut guide logs (#8191)

This commit is contained in:
Mykhailo Pylyp
2020-11-24 20:36:04 +02:00
committed by GitHub
parent 50dcd97611
commit 65f8966247
5 changed files with 51 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 shortcutGuideLoggerName = "shortcut-guide";
inline const static std::wstring shortcutGuideLogPath = L"ShortcutGuideLogs\\shortcut-guide-log.txt";
inline const static int retention = 30;
std::wstring logLevel;
LogSettings();