1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-20 20:01:52 +02:00

Merge pull request #426 from acdameli/master

New Handler: WhatFailureGroupHandler
This commit is contained in:
Jordi Boggiano
2014-09-30 11:56:29 +01:00
4 changed files with 175 additions and 0 deletions

View File

@@ -184,6 +184,10 @@ Handlers
to the wrapped handler.
- _TestHandler_: Used for testing, it records everything that is sent to it and
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
----------