ConsolePrinter

private CLASS
 

Class Description

Provides a console logger for use by Log.

Log messages are sent to stdout via system.Console

See Also

  • system.Console
 

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)