#include <event_logger.h>

Public Types | |
| enum | { severity_status, severity_warning, severity_error } |
Public Member Functions | |
| void | log_status (const char *line) |
| void | log_warning (const char *line) |
| void | log_error (const char *line) |
| virtual void | log_entry (const char *line, unsigned severity)=0 |
| void event_logger::log_status | ( | const char * | line | ) | [inline] |
| void event_logger::log_warning | ( | const char * | line | ) | [inline] |
| void event_logger::log_error | ( | const char * | line | ) | [inline] |
| virtual void event_logger::log_entry | ( | const char * | line, | |
| unsigned | severity | |||
| ) | [pure virtual] |
Implemented in event_logger_fallback.
1.5.5