Packagecom.luminicbox.log
Interfacepublic interface IPublisher
ImplementorsConsolePublisher, TracePublisher

Basic publisher interface. All publishers must implement it.



Public Methods
 MethodDefined by
  
publish(e:LogEvent):void
Publishes the supplied LogEvent.
The task this method must acomplish depends on the publisher.
IPublisher
  
toString():String
Returns the publisher's type or name.
IPublisher
Method detail
publish()method
public function publish(e:LogEvent):void

Publishes the supplied LogEvent.
The task this method must acomplish depends on the publisher.

Parameters
e:LogEvent
toString()method 
public function toString():String

Returns the publisher's type or name.

Returns
String