[This is preliminary documentation and is subject to change.]
The Logger type exposes the following methods.
Methods
| Member | Description | |
|---|---|---|
| GetPrefix(LogType) | ||
| Log(LogType, String) | ||
| Log(LogType, String, array<Object>[]()[][]) | ||
| LogAndReportCrash(String, String, Exception, Boolean) | ||
| LogToConsole(String) | Logs a message of type ConsoleOutput, strips colors,
and splits into multiple messages at newlines.
Use this method for all messages of LogType.ConsoleOutput |