My Project
|
Public Member Functions | |
Buffered_log (enum loglevel level, const char *message) | |
void | print (void) |
A log message for the error log, buffered in memory. Log messages are temporarily buffered when generated before the error log is initialized, and then printed once the error log is ready.
Buffered_log::Buffered_log | ( | enum loglevel | level, |
const char * | message | ||
) |
Constructor.
level | the message log level |
message | the message text |
void Buffered_log::print | ( | void | ) |
Print a buffered log to the real log file.