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

 

Listing

 

Methods

print(message:String):voidRecord a log message.
 

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

 

 

 

 

 

 

 

 

 

 

log-ls 2018 pixeldroid
https://github.com/pixeldroid/log-ls
generated with lsdoc v1.0.0 (https://github.com/pixeldroid/lsdoc)