Skip to content

Commit 3cb260e

Browse files
committed
update note
1 parent c51fc68 commit 3cb260e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/logs/log_emitter.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ impl Logger {
240240

241241
#[deprecated(
242242
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."
244244
)]
245245
/// LoggerProvider associated with this logger.
246246
pub fn provider(&self) -> &LoggerProvider {
@@ -249,7 +249,7 @@ impl Logger {
249249

250250
#[deprecated(
251251
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."
253253
)]
254254
/// Instrumentation scope of this logger.
255255
pub fn instrumentation_scope(&self) -> &InstrumentationScope {

0 commit comments

Comments
 (0)