Static Public Member Functions | |
static void | Info (const char *message) |
Print an Info message to the logs. | |
static void | Warning (const char *message) |
Print a Warning message to the logs. | |
static void | Error (const char *message) |
Print an Error message to the logs. |
static void AILog::Info | ( | const char * | message | ) | [static] |
Print an Info message to the logs.
message | The message to log. |
static void AILog::Warning | ( | const char * | message | ) | [static] |
Print a Warning message to the logs.
message | The message to log. |
static void AILog::Error | ( | const char * | message | ) | [static] |
Print an Error message to the logs.
message | The message to log. |