teragrep / rlo_06

Syslog (RFC 5424) library for Java
GNU Affero General Public License v3.0
1 stars 4 forks source link

update README #5

Open kortemik opened 1 year ago

kortemik commented 1 year ago

document

lineFeedTermination off:

new RFC5424Parser(null, false);

lineFeedTermination on:

new RFC5424Parser(null, true);

and that it means that a new line is expected at the end of the message

kortemik commented 1 year ago

fix the parser examples as well