#include <ac-logger.h>
Classes | |
struct | dispatch |
Public Member Functions | |
ac_logger (bool on=true) | |
void | enable (bool on=true) |
virtual | ~ac_logger () |
Protected Member Functions | |
virtual void | on_log (char severity, char const *message) |
Private Attributes | |
bool | _on |
Definition at line 12 of file ac-logger.h.
|
inlineexplicit |
Definition at line 34 of file ac-logger.h.
|
inlinevirtual |
Definition at line 44 of file ac-logger.h.
|
inline |
Definition at line 46 of file ac-logger.h.
|
inlineprotectedvirtual |
Reimplemented in custom_ac_logger.
Definition at line 49 of file ac-logger.h.
|
private |
Definition at line 31 of file ac-logger.h.