syslog-rs 6.5.0

A native Rust implementation of the glibc/libc/windows syslog client and windows native log for logging.
Documentation
1
2
3
4
5
6
7

#[cfg(all(feature = "build_async_tokio", feature = "build_with_queue"))]
pub(crate) use crate::a_sync::async_tokio::async_queue_adapter as q_adapter;

#[cfg(all(feature = "build_async_smol", feature = "build_with_queue"))]
pub(crate) use crate::a_sync::async_smol::async_queue_adapter as q_adapter;