Skip to main content

Crate camel_component_log

Crate camel_component_log 

Source
Expand description

Log component for rust-camel — routes exchange body and headers to the tracing subsystem at a configurable log level, primarily for debugging.

Main types: LogComponent, LogEndpoint, LogProducer, LogLevel.

Structs§

LogComponent
The Log component logs exchange information using tracing.
LogConfig
Configuration parsed from a log URI.

Enums§

LogLevel
Log level for the log component.