Printer
Interface Description
Provides a receiver function for use by Log
.
Once received, the log message handling is up to the implementing class.
See Also
Details
Methods
print()
public function print(message:String):void
Record a log message.
Message formatting occurs prior to this method being called.
message:String | The formatted message to be handled by a log receiver |