File tree 2 files changed +13
-2
lines changed
2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 88
88
//! See the [`metrics`] module docs for more information on creating and
89
89
//! managing instruments.
90
90
//!
91
+ //!
92
+ //! //! # Logs
93
+ //!
94
+ //! The [`logs`] module contains the Logs Bridge API. It is not intended to be
95
+ //! called by application developers directly. It is provided for logging
96
+ //! library authors to build log appenders, that bridges existing logging
97
+ //! systems with OpenTelemetry. OpenTelemetry. Bridges for `log` and `tracing`
98
+ //! libraries are provided via the `opentelemetry-log` and
99
+ //! `tracing-opentelemetry` crates.
100
+ //!
91
101
//! ## Crate Feature Flags
92
102
//!
93
103
//! The following core crate feature flags are available:
Original file line number Diff line number Diff line change 1
1
//! # OpenTelemetry Logs Bridge API
2
- /// This API is not intended to be called by application developers directly. It
3
- /// is provided for logging library authors to build log appenders.
2
+ /// This API is not intended to be called by application developers directly.
3
+ /// It is provided for logging library authors to build log appenders, that
4
+ /// bridges existing logging systems with OpenTelemetry.
4
5
use crate :: ExportError ;
5
6
6
7
use std:: { sync:: PoisonError , time:: Duration } ;
You can’t perform that action at this time.
0 commit comments