Skip to content

Commit

Permalink
Update opentelemetry-sdk/src/logs/log_emitter.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Cijo Thomas <[email protected]>
  • Loading branch information
lalitb and cijothomas authored Nov 26, 2024
1 parent 9e713cb commit 2f46279
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/logs/log_emitter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl Logger {

#[deprecated(
since = "0.27.1",
note = "This method is intended for appender developers, but has no defined use-case in typical workflows. It is deprecated and will be removed in the next major release."
note = "This method was intended for appender developers, but has no defined use-case in typical workflows. It is deprecated and will be removed in the next major release."
)]
/// LoggerProvider associated with this logger.
pub fn provider(&self) -> &LoggerProvider {
Expand Down

0 comments on commit 2f46279

Please sign in to comment.