File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 5555 when its `shutdown ` is invoked .
5656
5757- Reduced some info level logs to debug
58- - * * Breaking ** for custom LogProcessor / Exporter authors :
59- Added an additional `name : Option <& str >` parameter to the `event_enabled `
60- method on the `LogProcessor ` and `LogExporter ` traits . This allows
61- implementations to leverage this additional information to determine if an
62- event is enabled . `SdkLogger ` no longer passes its `scope ` name but instead
63- passes the incoming `name ` when invoking `event_enabled ` on processors .
58+ - * * Breaking ** for custom LogProcessor / Exporter authors : Changed `name `
59+ parameter from `& str ` to `Option <& str >` in `event_enabled ` method on the
60+ `LogProcessor ` and `LogExporter ` traits . `SdkLogger ` no longer passes its
61+ `scope ` name but instead passes the incoming `name ` when invoking
62+ `event_enabled ` on processors .
6463
6564## 0.28 . 0
6665
You can’t perform that action at this time.
0 commit comments