Index
Internal, private function that makes it easier to send a command without worrying about the null byte or other implementation details.
Call this function if you want logged output to be displayed in the seperate “console” swf.
Call this function if you want logged output to be displayed in the trace window of the Flash IDE.
Takes an anything and returns a pretty printed version by recursively moving down the object tree
Loops over all created SOSLogPublishers and shuts down their connections. The colour of the background of log messages with a severity of DEBUG The colour of the background of log messages with a severity of ERROR The colour of the background of log messages with a severity of FATAL The colour of the background of log messages with a severity of INFO The colour of the background of log messages with a severity of WARN Class to wrap the LuminicBox.Log logging system from http://www.luminicbox.com/blog/?page=post&id=2 Class to add the ability to output logged data to the PowerFlasher Socket Output Server.
An integer representing a log level of DEBUG
An integer representing a log level of ERROR
An integer representing a log level of FATAL
Returns a reference to the Single LogWrapper instance. Returns a reference to the LuminicBox.Log.Logger instance that is being wrapped.
Sets the string that is used to indent object blocks.
An integer representing a log level of INFO
Initalises the LogWrapper
When used in conjunction with MTASC’s TRACE functionality this flags whether to output information about the file and class that the error was thrown at.
Don’t call the constructor directly, instead use LogWrapper.getInstance |