Basic publisher interface. All publishers must implement it.
publish(e:LogEvent) | |||
toString() |
publish(e:LogEvent):Void
Publishes the supplied LogEvent.
The task this method must acomplish depends on the publisher.
toString():String
Returns the publisher's type or name.