Implement file reader

This commit is contained in:
Marko Zivanovic
2015-09-06 00:35:19 +02:00
parent 865d65f400
commit c9eefc79f1
16 changed files with 235 additions and 41 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ public:
virtual ~RFC3164FormattedSyslogMessage() {
};
std::string operator()() {
const std::string operator()() {
_stream.str("");
_stream << "<" << std::to_string(_message.priority()) << ">";
_stream << _message.timestamp() << " ";