Class com.sekati.log.LogEvent

Description

LogEvent object for use by Logger for Console.

Field Index

onLogEVENT

Inherited from Event

Method Index

new LogEvent()

Inherited from Event

Inherited from CoreObject

Constructor Detail

LogEvent

public function LogEvent(data:Object)

Constructor creates a LogEvent by Logger to be dispatched to Console.

Parameters

data(Object) - contains ConsoleItem data: {id:Number, type:String, origin:Sting, message:String, benchmark:Number}

Return

Void

Field Detail

onLogEVENT

static public onLogEVENT:String