1
0
Fork 0
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:
Perttu Ahola 2012-05-20 18:30:30 +03:00
parent 388906ac70
commit 1f670fc688
3 changed files with 9 additions and 2 deletions

View file

@ -159,4 +159,5 @@ std::ostream actionstream(&actionbuf);
std::ostream infostream(&infobuf);
std::ostream verbosestream(&verbosebuf);
bool log_trace_level_enabled = false;