LuminicBox.Log

IPublisher

Basic publisher interface. All publishers must implement it.

Method Summary

publish(e:LogEvent)
toString()

Method Details

publish

publish(e:LogEvent):Void

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

toString

toString():String

Returns the publisher's type or name.