syslog_client

Crates.iosyslog_client
lib.rssyslog_client
version1.0.0-beta.4
created_at2024-11-24 06:50:36.704463+00
updated_at2025-02-12 06:55:40.937419+00
descriptionSyslog client
homepage
repositoryhttps://github.com/DoumanAsh/syslog_client
max_upload_size
id1458990
size64,930
Douman (DoumanAsh)

documentation

README

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.
Commit count: 15

cargo fmt