Stop printing square brackets around the log level. Be more like our Java logging.
git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@5394 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -316,7 +316,7 @@ public class Log
|
|||||||
/** The configured log levels. */
|
/** The configured log levels. */
|
||||||
protected static var _setLevels :Object = { "": DEBUG }; // global: debug
|
protected static var _setLevels :Object = { "": DEBUG }; // global: debug
|
||||||
|
|
||||||
/** The names of each level. The last one isn't used, it corresponds with OFF. */
|
/** The outputted names of each level. The last one isn't used, it corresponds with OFF. */
|
||||||
protected static const LEVEL_NAMES :Array = [ "[debug]", "[INFO]", "[WARNING]", false ];
|
protected static const LEVEL_NAMES :Array = [ "debug", "INFO", "WARNING", false ];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user