LogListener

Kind of class:interface
Inherits from:none
Implemented by:
Version:1.0
Author:Francis Bourre
Classpath:com.bourre.log.LogListener
File last modified:Wednesday, 31 October 2007, 07:35:29
LogListener is used to actually log messages.

If you want to add some new "tracer" for Logging API,
classes must implements this interface.

Summary

Event handlers

Event handlers

onLog

function onLog (
e:LogEvent) : Void
Sends log message obtained from the passed-in e model to all
registred Logger listeners.
Parameters:
e:
A LogEvent instance