You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: opentelemetry-sdk/src/logs/log_emitter.rs
+2-15Lines changed: 2 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -257,21 +257,8 @@ impl Logger {
257
257
Logger{ scope, provider }
258
258
}
259
259
260
-
#[deprecated(
261
-
since = "0.27.1",
262
-
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."
263
-
)]
264
-
/// LoggerProvider associated with this logger.
265
-
pubfnprovider(&self) -> &LoggerProvider{
266
-
&self.provider
267
-
}
268
-
269
-
#[deprecated(
270
-
since = "0.27.1",
271
-
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."
0 commit comments