2 releases

new 1.0.0-beta.4 Feb 12, 2025
1.0.0-beta.3 Nov 24, 2024

#257 in Debugging

Download history 270/week @ 2024-11-19 71/week @ 2024-11-26 33/week @ 2024-12-03 22/week @ 2024-12-10 140/week @ 2025-02-11

140 downloads per month

BSL-1.0 license

49KB
1K SLoC

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
  • tracing - Enables integration with latest version of tracing
  • tracing-full - Enables capture span content to be printed together with events. Implies tracing and std.

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
  • tracing - Enables integration with latest version of tracing
  • tracing-full - Enables capture span content to be printed together with events. Implies tracing and std.

Dependencies

~52–350KB