1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-06 05:07:36 +02:00

Update readme to indicate why you might use WhatFailureGroupHandler

This commit is contained in:
Craig D'Amelio
2014-09-24 13:18:58 -04:00
parent 58d16ba358
commit 5b52bc05ba

View File

@@ -182,6 +182,10 @@ Handlers
to the wrapped handler. to the wrapped handler.
- _TestHandler_: Used for testing, it records everything that is sent to it and - _TestHandler_: Used for testing, it records everything that is sent to it and
has accessors to read out the information. has accessors to read out the information.
- _WhatFailureGroupHandler_: This handle extends the _GroupHandler_ ignoring
exceptions raised by each child handler. This allows you to ignore issues
where a remote tcp connection may have died but you do not want your entire
application to crash and may wish to continue to log to other handlers.
Formatters Formatters
---------- ----------