A simple logger implementation which logs using the syslog(3) method.
More...
#include <Logger.h>
A simple logger implementation which logs using the syslog(3) method.
| trippingcyril::log::SysLogger::SysLogger |
( |
int |
priority | ) |
|
Constructor
- Parameters
-
| priority | The priority to use with the log messages |
| virtual trippingcyril::log::SysLogger::~SysLogger |
( |
| ) |
|
|
inlinevirtual |
| void trippingcyril::log::SysLogger::Log |
( |
const String & |
msg | ) |
|
|
overridevirtual |
The documentation for this class was generated from the following file: