Gelf serialization using serde.
TCP Handler and GELF Encoder to use with the log4rs logging framework.
Minimal rust logger to send log entries in GELF.
A near-lock-free structured logging library for Rust. Sub-microsecond ingestion via a 65k-slot ring buffer (LMAX Disruptor pattern), deferred formatting, and native OS sinks (`os_log` on macOS via `syslog(3)`, `journald` on Linux). 14 output formats including JSON, MCP, OTLP, ECS, GELF, CEF, and Logfmt.