#syslog #logging #rfc-5424 #logs

syslog_fmt

A formatter for the 5425 syslog protocol

7 releases

0.3.2 Oct 26, 2023
0.3.1 May 1, 2023
0.2.0 Apr 20, 2023
0.1.2 Apr 19, 2023

#2 in #rfc-5424

MIT/Apache

52KB
920 lines

Syslog-fmt

Formatter for the 5424 syslog standard.

Crates.io Documentation unsafe forbidden GitHub actions GitHub activity

This crate aims to provide a quality formatter for the 5424 spec. We consciously limit the crate to the task of formatting to avoid entangling the separate concerns of formatting and transport.

Read through the examples to see basic usages of the formatter with various transports.

Why this crate?

Contributing

We welcome community contributions to this project.

Please read our Contributor Terms before you make any contributions.

Any contribution intentionally submitted for inclusion, shall comply with the Rust standard licensing model (MIT OR Apache 2.0) and therefore be dual licensed as described below, without any additional terms or conditions:

License

This contribution is dual licensed under EITHER OF

at your option.

For clarity, "your" refers to TandemDrive or any other licensee/user of the contribution.

Dependencies

~1–7.5MB
~27K SLoC