diff options
| author | Stefan Boberg <[email protected]> | 2021-09-09 20:46:22 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-09 20:46:22 +0200 |
| commit | 46aa14744ba72873975d288b568fa3b15d196a78 (patch) | |
| tree | 335055510cd45ef033b8b7565e9123f2b6887ce1 /zencore/logging.cpp | |
| parent | Merge from main (diff) | |
| download | zen-46aa14744ba72873975d288b568fa3b15d196a78.tar.xz zen-46aa14744ba72873975d288b568fa3b15d196a78.zip | |
clang-format
Diffstat (limited to 'zencore/logging.cpp')
| -rw-r--r-- | zencore/logging.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/zencore/logging.cpp b/zencore/logging.cpp index 89d588650..6441fc3bc 100644 --- a/zencore/logging.cpp +++ b/zencore/logging.cpp @@ -1,3 +1,5 @@ +// Copyright Epic Games, Inc. All Rights Reserved. + #include "zencore/logging.h" #include <spdlog/sinks/stdout_color_sinks.h> @@ -42,12 +44,12 @@ ConsoleLog() return *ConLogger; } -void +void InitializeLogging() { } -void +void ShutdownLogging() { spdlog::drop_all(); |