642 B
642 B
Log
Fields
| Field | Type | Description |
|---|
Functions
| Method | Returns | Description |
|---|---|---|
| Log.error | - | |
| Log.setEnabled | - | |
| Log.setLogToFile | - |
Log.error()
Sends a debug message to the logger. @vararg string The message to log Sends an info message to the logger. @vararg string The message to log Sends a warning message to the logger. @vararg string The message to log Sends an error message to the logger. @vararg string The message to log
Log.setEnabled()
sets if the logger should log
Log.setLogToFile()
Sets if the logger should log to a file.