Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 542 Bytes

README.MD

File metadata and controls

17 lines (11 loc) · 542 Bytes

SysLogAppender

Build Status


Small project, that allows you use write your logs to syslog.
3rd-party contains git submodule of CuteLogger project and script to build it
Main project contains only appender

Usage example:

#include <Logger.h>
auto syslogAdapter = new SyslogAppender();
logger->registerAppender(syslogAdapter);

License: MIT