OpenTTD GameScript API
20241120-master-g6d3adc6169
|
Class that handles all log related functions. More...
Static Public Member Functions | |
static void | Info (string message) |
Print an Info message to the logs. More... | |
static void | Warning (string message) |
Print a Warning message to the logs. More... | |
static void | Error (string message) |
Print an Error message to the logs. More... | |
Class that handles all log related functions.
|
static |
Print an Error message to the logs.
message | The message to log. |
|
static |
Print an Info message to the logs.
message | The message to log. |
|
static |
Print a Warning message to the logs.
message | The message to log. |