Skip to content

Commit

Permalink
Update 4290-logger-enabled.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pellared authored Dec 11, 2024
1 parent ee60483 commit c596398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oteps/logs/4290-logger-enabled.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ For (1) (2), the user can use the Logs API `Logger.Enabled` function, which tell

For (3) (4), the user can declaratively configure the Logs SDK using `LoggerConfigurator` to set the `disabled`, `minimum_severity_level`, `disabled_on_sampled_out_spans` of a `LoggerConfig`.

For (5) (6) (7), the user can hook to `Logger.Enabled` Logs API calls by adding to the Logs SDK a `LogRecordProcessor` implementing `OnEnabled`.
For (5) (6), the user can hook to `Logger.Enabled` Logs API calls by adding to the Logs SDK a `LogRecordProcessor` implementing `OnEnabled`.

## Internal details

Expand Down

0 comments on commit c596398

Please sign in to comment.