1 release (0 unstable)

1.0.0-beta.3 Nov 24, 2024

#506 in Debugging

Download history 190/week @ 2024-11-18 148/week @ 2024-11-25 34/week @ 2024-12-02

372 downloads per month

BSL-1.0 license

33KB
731 lines

syslog_client

Rust Crates.io Documentation

Syslog client

Loggers

  • RFC 3164 - Logger is limited to buffer of 1024 bytes and splits records into chunks with common header

Features

  • std - Enables std types for purpose of implementing transport methods
  • log04 - Enables integration with log 0.4

lib.rs:

Syslog client

Loggers

  • RFC 3164 - Logger is limited to buffer of 1024 bytes and splits records into chunks with common header

Features

  • std - Enables std types for purpose of implementing transport methods
  • log04 - Enables integration with log 0.4

Dependencies

~74KB