Implement RFC3164 formatting for syslog message; Implement UDP writer.
This commit is contained in:
@@ -26,6 +26,7 @@ SOFTWARE.
|
||||
#ifndef WRITER_H
|
||||
#define WRITER_H
|
||||
|
||||
#include <boost/noncopyable.hpp>
|
||||
#include "SyslogMessage.h"
|
||||
|
||||
class Writer : private boost::noncopyable {
|
||||
|
||||
Reference in New Issue
Block a user