Skip to content

Commit

Permalink
Update sdk.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Jan 22, 2025
1 parent d01279e commit 012b7a0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion specification/logs/sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ It consists of the following parameters:

`Enabled` MUST return `false` when:

- There is none registered [`LogRecordProcessor`](#logrecordprocessor),
- it is called after [`LoggerProvider.Shutdown`](#shutdown),
- there is none registered [`LogRecordProcessor`](#logrecordprocessor),
- `Logger` is disabled ([`LoggerConfig.disabled`](#loggerconfig) is `true`).

Otherwise, it SHOULD return `true`.
Expand Down

0 comments on commit 012b7a0

Please sign in to comment.