wp-core-connectors 0.3.0

Core connector registry and sink runtimes for WarpParse
Documentation
1
2
3
4
5
6
7
8
9
//! Lightweight syslog codec facade used by sinks.
//!
//! This module provides the syslog encoder for formatting outgoing syslog messages.
//! Syslog parsing (for incoming messages) is handled by the preprocessing hook
//! in `sources::syslog::udp_source::build_preproc_hook`.

mod encoder;

pub use encoder::{EmitMessage, SyslogEncoder};