Formatter

private INTERFACE
 

Interface Description

Provides a message formatting function for use by Log.

Message format style is up to the implementing class.

See Also

 

Listing

 

Methods

format(time:Number, level:LogLevel, label:String, message:String):StringFormats a message prior to printing.
 

Details

 

Methods

 

format()

public function format(time:Number, level:LogLevel, label:String, message:String):String

Formats a message prior to printing.

See Also

time:Number

The number of milliseconds since app start

level:LogLevel

A LogLevel constant representing verbosity of the message

label:String

A name for the owner of the message

message:String

The message to be logged

returns
String

An implementation-dependent formatted string

 

 

 

 

 

 

 

 

 

 

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