Enumerations | |
enum | pgeLogTypes { PGE_LOG = 0x000001, PGE_LOG_ERROR = 0x000008, PGE_LOG_MEMORY = 0x000010 } |
Functions | |
int | pgeLogInit (unsigned int logFile, unsigned int logConsole) |
void | pgeLogShutdown (void) |
void | pgeLogPrint (const char *message,...) |
void | pgeLogError (const char *message,...) |
void | pgeLogMemory (const char *message,...) |
enum pgeLogTypes |
void pgeLogError | ( | const char * | message, | |
... | ||||
) |
Print to the error log
message | - The text to print |
int pgeLogInit | ( | unsigned int | logFile, | |
unsigned int | logConsole | |||
) |
Initialise logging
void pgeLogMemory | ( | const char * | message, | |
... | ||||
) |
Print to the memory log
message | - The text to print |
void pgeLogPrint | ( | const char * | message, | |
... | ||||
) |
Print to the log
message | - The text to print |
void pgeLogShutdown | ( | void | ) |
Shutdown logging