Class org.as2lib.env.log.handler.SosHandler

Description

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

See Also

Field Index

DEBUG_KEY, ERROR_KEY, FATAL_KEY, INFO_KEY, WARNING_KEY

Method Index

new SosHandler()

Inherited from XmlSocketHandler

Inherited from BasicClass

Constructor Detail

SosHandler

public function SosHandler(messageStringifier:Stringifier)

Constructs a new SosHandler instance.

If messageStringifier is not specified an instance of class SosMessageStringifier will be used.

Parameters

messageStringifier(optional) the log message stringifier to use

Field Detail

DEBUG_KEY

static public DEBUG_KEY:String
Key of debug messages.

INFO_KEY

static public INFO_KEY:String
Key of info messages.

WARNING_KEY

static public WARNING_KEY:String
Key of warning messages.

ERROR_KEY

static public ERROR_KEY:String
Key of error messages.

FATAL_KEY

static public FATAL_KEY:String
Key of fatal messages.