OpenTTD AI API
20241117-master-ga6c526cfa0
|
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. |