diff options
| author | Stefan Boberg <[email protected]> | 2026-02-16 15:37:13 +0100 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2026-02-16 15:37:13 +0100 |
| commit | 74a5e2fb8dec43682e81a98c9677aef849ca7cc1 (patch) | |
| tree | 295fddb6b008be9f9012acca069d9c18727439a5 /src/zencore/include | |
| parent | add foundation for http password protection (#756) (diff) | |
| download | zen-74a5e2fb8dec43682e81a98c9677aef849ca7cc1.tar.xz zen-74a5e2fb8dec43682e81a98c9677aef849ca7cc1.zip | |
added ResetConsoleLog (#758)
also made sure log initialization calls it to ensure the console output format is retained even if the console logger was set up before logging is initialized
Diffstat (limited to 'src/zencore/include')
| -rw-r--r-- | src/zencore/include/zencore/logging.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/include/zencore/logging.h b/src/zencore/include/zencore/logging.h index afbbbd3ee..74a44d028 100644 --- a/src/zencore/include/zencore/logging.h +++ b/src/zencore/include/zencore/logging.h @@ -31,6 +31,7 @@ void FlushLogging(); LoggerRef Default(); void SetDefault(std::string_view NewDefaultLoggerId); LoggerRef ConsoleLog(); +void ResetConsoleLog(); void SuppressConsoleLog(); LoggerRef ErrorLog(); void SetErrorLog(std::string_view LoggerId); |