@@ -508,15 +508,15 @@ This processor filters log records by minimum severity level.
508
508
509
509
** Required operations:**
510
510
511
- * [ ` Enabled ` ] ( #enabled-1 ) - Return ` false ` if the provided
511
+ * [ ` Enabled ` ] ( #enabled-1 ) - MUST return ` false ` if the provided
512
512
[ 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
514
514
` Enabled ` method if available and return ` true ` if not available.
515
515
* [ ` 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
517
517
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.
520
520
521
521
** Configurable parameters:**
522
522
@@ -533,15 +533,15 @@ This processor filters log records by span sampling status.
533
533
534
534
** Required operations:**
535
535
536
- * [ ` Enabled ` ] ( #enabled-1 ) - Return ` false ` if the current
536
+ * [ ` Enabled ` ] ( #enabled-1 ) - MUST return ` false ` if the current
537
537
[ 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
539
539
and return ` true ` if not available.
540
540
* [ ` 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
542
542
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.
545
545
546
546
** Configurable parameters:**
547
547
0 commit comments