File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 94
94
//! The [`logs`] module contains the Logs Bridge API. It is not intended to be
95
95
//! called by application developers directly. It is provided for logging
96
96
//! library authors to build log appenders, that bridges existing logging
97
- //! systems with OpenTelemetry. OpenTelemetry. Bridges for
97
+ //! systems with OpenTelemetry. Bridges for
98
98
//! [`log`](https://crates.io/crates/log) and
99
- //! [`tracing`](https://crates.io/crates/tracing) libraries are provided via the
100
- //! `opentelemetry-log` and `tracing-opentelemetry` crates.
99
+ //! [`tracing`](https://crates.io/crates/tracing) libraries are provided via
100
+ //! the
101
+ //! [`opentelemetry-appender-log`](https://crates.io/crates/opentelemetry-appender-log)
102
+ //! and
103
+ //! [`opentelemetry-appender-tracing`](https://crates.io/crates/opentelemetry-appender-tracing)
104
+ //! crates.
101
105
//!
102
106
//! ## Crate Feature Flags
103
107
//!
You can’t perform that action at this time.
0 commit comments