![]() |
libdisplaydevice latest
C++ library to modify display devices.
|
Declarations for the logging utility. More...
#include <functional>#include <sstream>#include <string>Go to the source code of this file.
Classes | |
| class | display_device::Logger |
| A singleton class for logging or re-routing logs. More... | |
| class | display_device::LogWriter |
| A helper class for accumulating output via the stream operator and then writing it out at once. More... | |
Macros | |
| #define | DD_LOG(level) |
| Helper MACRO that disables output string computation if log level is not enabled. | |
Declarations for the logging utility.
| #define DD_LOG | ( | level | ) |
Helper MACRO that disables output string computation if log level is not enabled.
*Examples**