RULE_BOOL(Logging, EnableConsoleLogging, true) /* Turns on or off ALL logging to console */

RULE_BOOL(Logging, EnableFileLogging, true)	/* Turns on or off ALL forms of file logging */
This commit is contained in:
Akkadius
2015-01-10 23:26:10 -06:00
parent 2159a56b17
commit 108d3110b6
3 changed files with 60 additions and 11 deletions
+5
View File
@@ -599,7 +599,12 @@ RULE_CATEGORY_END()
RULE_CATEGORY(Logging)
RULE_BOOL(Logging, ConsoleLogCommands, false) /* Turns on or off console logs */
RULE_BOOL(Logging, LogFileCommands, false)
RULE_INT(Logging, DebugLogLevel, 0) /* Sets Debug Level, -1 = OFF, 0 = Low Level, 1 = Info, 2 = Extreme */
RULE_BOOL(Logging, EnableConsoleLogging, true) /* Turns on or off ALL logging to console */
RULE_BOOL(Logging, EnableFileLogging, true) /* Turns on or off ALL forms of file logging */
RULE_CATEGORY_END()