aboutsummaryrefslogtreecommitdiff
path: root/src/zencore/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/zencore/include')
-rw-r--r--src/zencore/include/zencore/logging.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zencore/include/zencore/logging.h b/src/zencore/include/zencore/logging.h
index 462f2b4e0..c0d966475 100644
--- a/src/zencore/include/zencore/logging.h
+++ b/src/zencore/include/zencore/logging.h
@@ -16,6 +16,7 @@ namespace zen::logging {
spdlog::logger& Default();
void SetDefault(std::shared_ptr<spdlog::logger> NewDefaultLogger);
spdlog::logger& ConsoleLog();
+void SuppressConsoleLog();
spdlog::logger& Get(std::string_view Name);
spdlog::logger* ErrorLog();
void SetErrorLog(std::shared_ptr<spdlog::logger>&& NewErrorLogger);