mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add better trace peudo-loglevel support
This commit is contained in:
parent
388906ac70
commit
1f670fc688
3 changed files with 9 additions and 2 deletions
|
@ -159,4 +159,5 @@ std::ostream actionstream(&actionbuf);
|
|||
std::ostream infostream(&infobuf);
|
||||
std::ostream verbosestream(&verbosebuf);
|
||||
|
||||
bool log_trace_level_enabled = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue