mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Add a function to get debug level
This commit is contained in:
parent
0749cc4dac
commit
c83acac32c
2 changed files with 24 additions and 29 deletions
|
@ -34,6 +34,8 @@ namespace Debug
|
|||
|
||||
Misc::Locked<std::ostream&> getLockedRawStderr();
|
||||
|
||||
Level getDebugLevel();
|
||||
|
||||
// Redirect cout and cerr to the log file
|
||||
void setupLogging(const std::filesystem::path& logDir, std::string_view appName);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue