mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Fix typo
This commit is contained in:
@@ -127,7 +127,7 @@
|
|||||||
your own wrappers easily.
|
your own wrappers easily.
|
||||||
- [_OverflowHandler_](../src/Monolog/Handler/OverflowHandler.php): This handler will buffer all the log messages it
|
- [_OverflowHandler_](../src/Monolog/Handler/OverflowHandler.php): This handler will buffer all the log messages it
|
||||||
receives, up until a configured threshold of number of messages of a certain lever is reached, after it will pass all
|
receives, up until a configured threshold of number of messages of a certain lever is reached, after it will pass all
|
||||||
log messages to the wrapped handler. Useful for applying in bath processing when you're only interested in significant
|
log messages to the wrapped handler. Useful for applying in batch processing when you're only interested in significant
|
||||||
failures instead of minor, single erroneous events.
|
failures instead of minor, single erroneous events.
|
||||||
|
|
||||||
## Formatters
|
## Formatters
|
||||||
|
Reference in New Issue
Block a user