From 0a15d2fcecaa0a0ae32891245bb31eee0a1f0ccd Mon Sep 17 00:00:00 2001 From: Shawn Hoffman Date: Sun, 17 Jul 2022 19:12:04 -0700 Subject: cubeb: fix logged source file paths --- Source/Core/Common/Logging/LogManager.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Source/Core/Common/Logging/LogManager.h') diff --git a/Source/Core/Common/Logging/LogManager.h b/Source/Core/Common/Logging/LogManager.h index be80835552..acda7f7fe1 100644 --- a/Source/Core/Common/Logging/LogManager.h +++ b/Source/Core/Common/Logging/LogManager.h @@ -39,6 +39,8 @@ public: static void Shutdown(); void Log(LogLevel level, LogType type, const char* file, int line, const char* message); + void LogWithFullPath(LogLevel level, LogType type, const char* file, int line, + const char* message); LogLevel GetLogLevel() const; void SetLogLevel(LogLevel level); @@ -73,9 +75,6 @@ private: LogManager(LogManager&&) = delete; LogManager& operator=(LogManager&&) = delete; - void LogWithFullPath(LogLevel level, LogType type, const char* file, int line, - const char* message); - LogLevel m_level; EnumMap m_log{}; std::array m_listeners{}; -- cgit v1.2.3