Packagecom.bourre.log
Interfacepublic interface LogListener
ImplementorsAirLoggerLayout, FirebugLayout, FlashInspectorLayout, SosLayout

Player version: Flash Player 9.0
Language version: ActionScript 3.0

The LogListener must be implemented by all objects which want to listen to Logging API events, like logging console.

See also

com.bourre.utils.AirLoggerLayout
com.bourre.utils.SOSLayout
com.bourre.utils.FlashInspectorLayout
com.bourre.utils.FirebugLayout


Public Methods
 MethodDefined by
  
onLog(e:LogEvent):void
Triggered when a Log event is broadcasted by the Logging API.
LogListener
Method detail
onLog()method
public function onLog(e:LogEvent):void

Player version: Flash Player 9.0
Language version: ActionScript 3.0

Triggered when a Log event is broadcasted by the Logging API.

Parameters
e:LogEvent — LogEvent event

See also