SosLayout

Kind of class:public class
Package:com.bourre.utils
Inherits from:none
Implements:
Author:Francis Bourre
Classpath:com.bourre.utils.SosLayout
File last modified:Monday, 24 November 2008, 11:36:51
The SosLayout class provides a convenient way
to output messages through SOS Max console.

To get more details, visit:
http://solutions.powerflasher.com/products/sosmax/

Summary


Constructor
Class properties
Class methods
Instance methods
Event handlers

Constructor

SosLayout

public function SosLayout (

Class properties

IP

public static IP:String = "localhost"
(read,write)

PORT

public static PORT:Number = 4444
(read,write)

Class methods

getInstance

public static function getInstance (

Instance methods

clearOutput

public function clearOutput (
) : void

output

public function output (
o:Object, level:LogLevel) : void

toString

public function toString (
) : String

Returns the string representation of this instance.
Returns:
  • the string representation of this instance

Event handlers

onLog

public function onLog (
e:LogEvent) : void

Specified by: