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
$#!
 _allSockets, com. kelvinluck. util. SOSLogPublisher
 _filters, LuminicBox. Log. Logger
 _instance, com. kelvinluck. util. LogWrapper
 _level, LuminicBox. Log. Logger
 _log, com. kelvinluck. util. LogWrapper
 _loggerId, LuminicBox. Log. Logger
 _maxDepth
 _name, LuminicBox. Log. Level
 _publishers, LuminicBox. Log. Logger
 _sendCommand, com. kelvinluck. util. SOSLogPublisher
 _socket, com. kelvinluck. util. SOSLogPublisher
 _sosPort, com. kelvinluck. util. SOSLogPublisher
 _sosServer, com. kelvinluck. util. SOSLogPublisher
 _value, LuminicBox. Log. Level
 _version, LuminicBox. Log. ConsolePublisher
A
 addConsolePublisher, com. kelvinluck. util. LogWrapper
 addPublisher, LuminicBox. Log. Logger
 addTracePublisher, com. kelvinluck. util. LogWrapper
 ALL, LuminicBox. Log. Level
 analyzeObj
 argument, LuminicBox. Log. LogEvent
C
 closeAllSockets, com. kelvinluck. util. SOSLogPublisher
 COL_DEBUG, com. kelvinluck. util. SOSLogPublisher
 COL_ERROR, com. kelvinluck. util. SOSLogPublisher
 COL_FATAL, com. kelvinluck. util. SOSLogPublisher
 COL_INFO, com. kelvinluck. util. SOSLogPublisher
 COL_WARN, com. kelvinluck. util. SOSLogPublisher
 com. kelvinluck. util. LogWrapper
 com. kelvinluck. util. SOSLogPublisher
 ConsolePublisher, LuminicBox. Log. ConsolePublisher
D
 debug, LuminicBox. Log. Logger
 DEBUG
 deserialize, LuminicBox. Log. LogEvent
E
 error, LuminicBox. Log. Logger
 ERROR
F
 fatal, LuminicBox. Log. Logger
 FATAL
 Functions
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
 indent, com. kelvinluck. util. SOSLogPublisher
 info, LuminicBox. Log. Logger
 INFO
 init, com. kelvinluck. util. LogWrapper
L
 level, LuminicBox. Log. LogEvent
 Level, LuminicBox. Log. Level
 log, LuminicBox. Log. Logger
 LOG, LuminicBox. Log. Level
 logCallingFile, com. kelvinluck. util. LogWrapper
 LogEvent, LuminicBox. Log. LogEvent
 Logger, LuminicBox. Log. Logger
 loggerId, LuminicBox. Log. LogEvent
 LogWrapper, com. kelvinluck. util. LogWrapper
 LuminicBox. Log. ConsolePublisher
 LuminicBox. Log. DefaultConfig
 LuminicBox. Log. IPublisher
 LuminicBox. Log. Level
 LuminicBox. Log. LogEvent
 LuminicBox. Log. Logger
 LuminicBox. Log. TracePublisher
 LuminicBox. Utils. StringUtility
private static var _allSockets: Array
private var _filters: Array
static var _instance: LogWrapper
private var _level: Level
private var _log: Logger
private var _loggerId: String
private var _maxDepth: Number
private var _maxDepth: Number
private var _maxDepth: Number
private var _name: String
private var _publishers: Array
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.
private var _socket: XMLSocket
private var _sosPort: Number
private var _sosServer: String
private var _value: Number
private var _version: Number
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.
static var ALL: Level
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
var argument: Object
public static function closeAllSockets():Void
Loops over all created SOSLogPublishers and shuts down their connections.
private static var COL_DEBUG: Number
The colour of the background of log messages with a severity of DEBUG
private static var COL_ERROR: Number
The colour of the background of log messages with a severity of ERROR
private static var COL_FATAL: Number
The colour of the background of log messages with a severity of FATAL
private static var COL_INFO: Number
The colour of the background of log messages with a severity of INFO
private static var COL_WARN: Number
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.
function ConsolePublisher()
function debug(argument):Void
static public var DEBUG: Number
An integer representing a log level of DEBUG
static var DEBUG: Level
static function deserialize(o: Object):LogEvent
function error(argument):Void
static public var ERROR: Number
An integer representing a log level of ERROR
static var ERROR: Level
function fatal(argument):Void
static public var FATAL: Number
An integer representing a log level of FATAL
static var FATAL: Level
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
var indent: String
Sets the string that is used to indent object blocks.
function info(argument):Void
static public var INFO: Number
An integer representing a log level of INFO
static var INFO: Level
public function init (logId: String):Void
Initalises the LogWrapper
var level: Level
private function Level(name: String,
value: Number)
function log(argument):Void
static var LOG: Level
static public var logCallingFile: Boolean
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.
function LogEvent(loggerId: String,
argument: Object,
level: Level)
function Logger(logId: String)
var loggerId: String
private function LogWrapper()
Don’t call the constructor directly, instead use LogWrapper.getInstance