Log
Functions for logging messages.
Note:
Logging will only work if the engine was initialized with debugging enabled.
Info
info(message: str) → NoneLog an informational message.
Parameters
message: The message to log.
Warn
warn(message: str) → NoneLog a warning message.
Parameters
message: The message to log.
Error
error(message: str) → NoneLog an error message.
Parameters
message: The message to log.