|
pianod2
multisource multiuser scriptable networked music player
|
Debug/event logging implementation. More...

Functions | |
| void | set_logging (LogType logtype) |
| Set the logging selections. More... | |
| LogType | get_logging () |
| void | flog_timestamp () |
| Logging helper subroutine to format and emit the time. More... | |
Variables | |
| LogType | flogging_level = Log::WARNING |
| bool | flog_include_timestamp = true |
Debug/event logging implementation.
|
private |
Logging helper subroutine to format and emit the time.

| LogType get_logging | ( | ) |

| void set_logging | ( | LogType | logtype | ) |
Set the logging selections.
| logtype | A bitfield indicating what events to log. |

| bool flog_include_timestamp = true |
| LogType flogging_level = Log::WARNING |