Class: LogMessage

LogMessage(type, message, sourcenullable)

Represents a single log #message. Helper class for the Logger.

Constructor

new LogMessage(type, message, sourcenullable)

Construct a new LogMessage instance.
Parameters:
Name Type Attributes Description
type String The log type.
message String The contained message.
source Object <nullable>
The object that published the log.
Source:
See:

Classes

LogMessage

Methods

toString() → {String}

Source:
Returns:
A String representation of this log message that can (and should) be printed to the console.
Type
String