diff options
Diffstat (limited to 'src/zenutil/include')
| -rw-r--r-- | src/zenutil/include/zenutil/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenutil/include/zenutil/logging.h b/src/zenutil/include/zenutil/logging.h index d64eef207..85ddc86cd 100644 --- a/src/zenutil/include/zenutil/logging.h +++ b/src/zenutil/include/zenutil/logging.h @@ -34,6 +34,7 @@ struct LoggingOptions bool IsTest = false; bool AllowAsync = true; bool NoConsoleOutput = false; + bool QuietConsole = false; std::filesystem::path AbsLogFile; // Absolute path to main log file std::string LogId; }; |