![]() |
Open Lighting Architecture 0.10.9
|
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. | |
Public Member Functions inherited from ola::LogDestination | |
| virtual | ~LogDestination () |
| Destructor. | |