Crate spdlog_opentelemetry

Crate spdlog_opentelemetry 

Source
Expand description

Sends logs to OpenTelemetry, based on spdlog-rs.

spdlog-rs is a fast, highly configurable Rust logging crate. This crate provides a sink that emits the collected logs to OpenTelemetry-compatible distributed logging systems for processing and visualization.

§Examples

See directory ./examples.

Structs§

OpenTelemetryBuilder
OpenTelemetrySink
A sink with a OpenTelemetry provider as the target.

Enums§

Error
Represents errors that can occur in this crate.

Type Aliases§

Result
Represents the result type for this crate.