diff options
| author | Stefan Boberg <[email protected]> | 2021-09-08 19:10:59 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-08 19:21:21 +0200 |
| commit | e44740f9bf2846e69e8c01d7b1f7a7b8545af6b6 (patch) | |
| tree | faba4bdd2810150d5c9e991998d2b55cb5c8c1be /zenserver/diag/logging.h | |
| parent | Merge branch 'main' of https://github.com/EpicGames/zen (diff) | |
| download | zen-e44740f9bf2846e69e8c01d7b1f7a7b8545af6b6.tar.xz zen-e44740f9bf2846e69e8c01d7b1f7a7b8545af6b6.zip | |
Moved a bunch of logging code into zencore
Diffstat (limited to 'zenserver/diag/logging.h')
| -rw-r--r-- | zenserver/diag/logging.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/zenserver/diag/logging.h b/zenserver/diag/logging.h index bc93898ad..8df49f842 100644 --- a/zenserver/diag/logging.h +++ b/zenserver/diag/logging.h @@ -8,13 +8,3 @@ struct ZenServerOptions; void InitializeLogging(const ZenServerOptions& GlobalOptions); void ShutdownLogging(); - -spdlog::logger& ConsoleLog(); - -namespace zen::logging { - -spdlog::logger& Default(); - -spdlog::logger& Get(std::string_view Name); - -} // namespace zen::logging |