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:
-
- {Logger}
Classes
Methods
toString() → {String}
- Source:
Returns:
A String representation of this log message that can (and
should) be printed to the console.
- Type
- String