added logging to action-runner project (#9034)

This commit is contained in:
Mykhailo Pylyp
2021-01-11 12:51:13 +02:00
committed by GitHub
parent dbda4d50bd
commit 3503ac27a8
3 changed files with 14 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ struct LogSettings
inline const static std::wstring logLevelOption = L"logLevel";
inline const static std::string runnerLoggerName = "runner";
inline const static std::wstring runnerLogPath = L"RunnerLogs\\runner-log.txt";
inline const static std::string actionRunnerLoggerName = "action-runner";
inline const static std::wstring actionRunnerLogPath = L"RunnerLogs\\action-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";