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-2
Original file line number
Diff line number
Diff line change
@@ -240,7 +240,7 @@ impl Logger {
240
240
241
241
#[deprecated(
242
242
since = "0.27.1",
243
-
note = "This method is intended for appender developers and has no defined use-case in typical workflows. It is deprecated and will be removed in the next major release."
243
+
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."
244
244
)]
245
245
/// LoggerProvider associated with this logger.
246
246
pubfnprovider(&self) -> &LoggerProvider{
@@ -249,7 +249,7 @@ impl Logger {
249
249
250
250
#[deprecated(
251
251
since = "0.27.1",
252
-
note = "This method is intended for appender developers and has no defined use-case in typical workflows. It is deprecated and will be removed in the next major release."
252
+
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."
0 commit comments