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
8
9
10
11
12
13




#[cfg(feature = "build_with_queue")]
pub(crate) mod async_queue_adapter;

pub(crate) mod async_internal;
mod async_socket;

pub(crate) mod async_mutex;