Function Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
$#!
 _sendCommand, com. kelvinluck. util. SOSLogPublisher
A
 addConsolePublisher, com. kelvinluck. util. LogWrapper
 addPublisher, LuminicBox. Log. Logger
 addTracePublisher, com. kelvinluck. util. LogWrapper
 analyzeObj
C
 closeAllSockets, com. kelvinluck. util. SOSLogPublisher
 ConsolePublisher, LuminicBox. Log. ConsolePublisher
D
 debug, LuminicBox. Log. Logger
 deserialize, LuminicBox. Log. LogEvent
E
 error, LuminicBox. Log. Logger
F
 fatal, LuminicBox. Log. Logger
G
 getInstance, com. kelvinluck. util. LogWrapper
 getLog, com. kelvinluck. util. LogWrapper
 getLogger, LuminicBox. Log. DefaultConfig
 getName, LuminicBox. Log. Level
 getPublishers, LuminicBox. Log. Logger
 getType, LuminicBox. Log. ConsolePublisher
 getValue, LuminicBox. Log. Level
I
 info, LuminicBox. Log. Logger
 init, com. kelvinluck. util. LogWrapper
L
 Level, LuminicBox. Log. Level
 log, LuminicBox. Log. Logger
 LogEvent, LuminicBox. Log. LogEvent
 Logger, LuminicBox. Log. Logger
 LogWrapper, com. kelvinluck. util. LogWrapper
M
 mtascTrace, com. kelvinluck. util. LogWrapper
 multiply, LuminicBox. Utils. StringUtility
P
 publish
R
 removePublisher, LuminicBox. Log. Logger
 replace, LuminicBox. Utils. StringUtility
S
 serialize, LuminicBox. Log. LogEvent
 serializeObj, LuminicBox. Log. ConsolePublisher
 setLevel, LuminicBox. Log. Logger
 SOSLogPublisher, com. kelvinluck. util. SOSLogPublisher
 StringUtility, LuminicBox. Utils. StringUtility
T
 toString
 TracePublisher, LuminicBox. Log. TracePublisher
W
 warn, LuminicBox. Log. Logger
private function _sendCommand(command: String)
Internal, private function that makes it easier to send a command without worrying about the null byte or other implementation details.
public function addConsolePublisher()
Call this function if you want logged output to be displayed in the seperate “console” swf.
function addPublisher(publisher: IPublisher):Void
public function addTracePublisher()
Call this function if you want logged output to be displayed in the trace window of the Flash IDE.
private function analyzeObj(o, 
depth: Number):String
Takes an anything and returns a pretty printed version by recursively moving down the object tree
private function analyzeObj(o, 
depth: Number):String
public static function closeAllSockets():Void
Loops over all created SOSLogPublishers and shuts down their connections.
function ConsolePublisher()
function debug(argument):Void
static function deserialize(o: Object):LogEvent
function error(argument):Void
function fatal(argument):Void
public static function getInstance():LogWrapper
Returns a reference to the Single LogWrapper instance.
public static function getLog():Logger
Returns a reference to the LuminicBox.Log.Logger instance that is being wrapped.
static function getLogger(id: String,
maxDepth: Number):Logger
function getName():String
function getPublishers():Array
private function getType(o)
function getValue():Number
function info(argument):Void
public function init (logId: String):Void
Initalises the LogWrapper
private function Level(name: String,
value: Number)
function log(argument):Void
function LogEvent(loggerId: String,
argument: Object,
level: Level)
function Logger(logId: String)
private function LogWrapper()
Don’t call the constructor directly, instead use LogWrapper.getInstance
static function mtascTrace(message: Object,
level: Number,
className: String,
fileName: String,
lineNumber: Number)
Function to be used in conjunction with the MTASC TRACE command.
public static function multiply(str: String,
n: Number)
function publish(e: LogEvent):Void
Sends a log event through the socket to the SOS Server
function publish(e: LogEvent):Void
function publish(e: LogEvent):Void
private function publish(argument, 
level: Level):Void
function publish(e: LogEvent):Void
function removePublisher(publisher: IPublisher):Void
public static function replace(string: String,
oldValue: String,
newValue: String):String
static function serialize(logEvent: LogEvent):Object
private function serializeObj(o, 
depth: Number)
function setLevel(level: Level):Void
function SOSLogPublisher(appName: String,
sosServer: String,
sosPort: Number,
maxDepth: Number)
Creates a SOSLogPublisher instance.
private function StringUtility()
public function toString():String
function toString():String
The name of the class of this object.
function toString():String
function toString():String
function toString():String
function toString():String
function TracePublisher()
function warn(argument):Void