1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 16:45:20 +02: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;