SosHandler
uses the XMLSocket
to log the message to
POWERFLASHER's SOS XML-Socket-Server.
It logs colorized and formatted debug information to POWERFLASHER's SOS XML-Socket-Server
public function SosHandler(messageStringifier:Stringifier)
Constructs a new SosHandler
instance.
If messageStringifier
is not specified an instance of class
SosMessageStringifier will be used.
messageStringifier | (optional) the log message stringifier to use |
static public DEBUG_KEY:String
static public INFO_KEY:String
static public WARNING_KEY:String
static public ERROR_KEY:String
static public FATAL_KEY:String