29 void log(
const char* message, ...);
38 void warn(
const char* message, ...);
48 void error(
const char* message, ...);
void error(const char *message,...)
Sends an error message to the emulator.
void log(const char *message,...)
Sends a log message to the emulator.
void warn(const char *message,...)
Sends a warning message to the emulator.