Skip to content

Commit

Permalink
[readme] support for ActiveSupport::BroadcastLogger logger instances
Browse files Browse the repository at this point in the history
  • Loading branch information
0exp authored Dec 9, 2024
1 parent 98df93c commit f9f365d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2104,6 +2104,7 @@ Detalized event semantics and payload structure:
- TypeChecking: (rbs) type signature testing (`RUBYOPT='-rrbs/test/setup' bundle exec rspec`);
- TypeChecking: (steep) 100%-typed calls (`steep stats` in CI);
- `unlock_on:`-option in lock/lock! logic in order to suppoert auto-unlocking on any exception rasaied under the invoked block (invoked under the lock);
- `Rails/ActiveSupport/Logging`: support for `ActiveSupport::BroadcastLogger` logger instances in `SemanticLogger` manner (vendor dependency with customized `debug`-method signature (`[[:rest, :*], [:keyrest, :**], [:block, :&]]`));
---
Expand Down

0 comments on commit f9f365d

Please sign in to comment.