Implement RFC3164 formatting for syslog message; Implement UDP writer.

This commit is contained in:
Marko Zivanovic
2015-09-04 12:13:02 +02:00
parent 923765c0f3
commit 2dad24a22e
13 changed files with 258 additions and 6 deletions
+1
View File
@@ -26,6 +26,7 @@ SOFTWARE.
#ifndef WRITER_H
#define WRITER_H
#include <boost/noncopyable.hpp>
#include "SyslogMessage.h"
class Writer : private boost::noncopyable {