We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b628fbb commit 86261acCopy full SHA for 86261ac
opentelemetry-appender-log/src/lib.rs
@@ -1,7 +1,7 @@
1
//! Bridge `log` into OpenTelemetry.
2
//!
3
//! This library implements a log appender for the [`log`] crate using the [Logs Bridge API].
4
-//!
+//!
5
//! *[Supported Rust Versions](#supported-rust-versions)*
6
7
//! # Getting Started
@@ -95,7 +95,7 @@
95
//! - `with-serde`: Support complex values as attributes without stringifying them.
96
97
//! [Logs Bridge API]: https://opentelemetry.io/docs/specs/otel/logs/bridge-api/
98
99
//! ## Supported Rust Versions
100
101
//! OpenTelemetry is built against the latest stable release. The minimum
0 commit comments