Open Lighting Architecture
Latest Git
|
An abstract base of LogDestination that writes to syslog.
Public Member Functions | |
virtual | ~SyslogDestination () |
Destructor. | |
virtual bool | Init ()=0 |
Initialize the SyslogDestination. | |
virtual void | Write (log_level level, const std::string &log_line)=0 |
Write a line to the system logger. More... | |
Public Member Functions inherited from ola::LogDestination | |
virtual | ~LogDestination () |
Destructor. | |