Skip to content

Commit 24000ec

Browse files
committed
normative
1 parent a5e39f1 commit 24000ec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

specification/logs/sdk.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -508,15 +508,15 @@ This processor filters log records by minimum severity level.
508508

509509
**Required operations:**
510510

511-
* [`Enabled`](#enabled-1) - Return `false` if the provided
511+
* [`Enabled`](#enabled-1) - MUST return `false` if the provided
512512
[Severity Number](./data-model.md#field-severitynumber) is below the
513-
configured `minimumSeverity`. Otherwise, forward to the delegate's
513+
configured `minimumSeverity`. Otherwise, MUST forward to the delegate's
514514
`Enabled` method if available and return `true` if not available.
515515
* [`OnEmit`](#onemit) - If the log record's severity is below the configured
516-
`minimumSeverity`, do not forward it to the delegate. Otherwise, forward the
516+
`minimumSeverity`, MUST NOT forward it to the delegate. Otherwise, MUST forward the
517517
log record to the delegate.
518-
* [`Shutdown`](#shutdown) - Forward to the delegate's `Shutdown` method.
519-
* [`ForceFlush`](#forceflush-1) - Forward to the delegate's `ForceFlush` method.
518+
* [`Shutdown`](#shutdown) - MUST forward to the delegate's `Shutdown` method.
519+
* [`ForceFlush`](#forceflush-1) - MUST forward to the delegate's `ForceFlush` method.
520520

521521
**Configurable parameters:**
522522

@@ -533,15 +533,15 @@ This processor filters log records by span sampling status.
533533

534534
**Required operations:**
535535

536-
* [`Enabled`](#enabled-1) - Return `false` if the current
536+
* [`Enabled`](#enabled-1) - MUST return `false` if the current
537537
[Context](../context/README.md) contains a valid span context that is not
538-
sampled. Otherwise, forward to the delegate's `Enabled` method if available
538+
sampled. Otherwise, MUST forward to the delegate's `Enabled` method if available
539539
and return `true` if not available.
540540
* [`OnEmit`](#onemit) - If the log record is associated with a valid span
541-
context that is not sampled, do not forward it to the delegate. Otherwise,
541+
context that is not sampled, MUST NOT forward it to the delegate. Otherwise, MUST
542542
forward the log record to the delegate.
543-
* [`Shutdown`](#shutdown) - Forward to the delegate's `Shutdown` method.
544-
* [`ForceFlush`](#forceflush-1) - Forward to the delegate's `ForceFlush` method.
543+
* [`Shutdown`](#shutdown) - MUST forward to the delegate's `Shutdown` method.
544+
* [`ForceFlush`](#forceflush-1) - MUST forward to the delegate's `ForceFlush` method.
545545

546546
**Configurable parameters:**
547547

0 commit comments

Comments
 (0)