Re-exports§
pub use crate::a_sync::AsyncTap;pub use crate::a_sync::AsyncSyslogTap;pub use self::imp_syslog_local::SyslogLocal;pub use self::imp_syslog_net::SyslogNetTcp;pub use self::imp_syslog_net::SyslogNetUdp;pub use self::imp_syslog_file::SyslogFile;pub use self::imp_syslog_tls::SyslogTls;
Modules§
Enums§
Traits§
- Async
Syslog Destination - This trait is a common interface for the syslog realization which holds necessary info for compile time initialization and initialization during runtime. For async portion.
- Syslog
Dest Msg - A commin trait for both sync and async which implements methods that
returns some specific values for each type of the
destination. - Syslog
Destination - This trait is a common interface for the syslog realization which holds necessary info for compile time initialization and initialization during runtime.