Expand description
Syslog client
§Loggers
- RFC 3164 - Logger is limited to buffer of 1024 bytes and splits records into chunks with common header
§Features
std
- Enables std types for purpose of implementing transport methodslog04
- Enables integration withlog
0.4tracing
- Enables integration with latest version oftracing
tracing-full
- Enables capture span content to be printed together with events. Impliestracing
andstd
.
Re-exports§
Modules§
- log04
- Implementation for
log
crate interface - syslog
- Syslog protocol
- tracing
- Tracing support
- writer
- Logger writer
Structs§
- Rfc3164
Buffered Logger - RFC 3164 logger
- Rfc3164
Logger - RFC 3164 logger
- Rfc3164
Record Writer - RFC 3164 record writer.
- Syslog
- Syslogger
Type Aliases§
- Rfc3164
Buffer - Buffer type to hold max possible message as per RFC 3164 (1024 bytes)