Lines Matching refs:handlers

62 …* Added support for configuring handlers with numeric level values in strings (coming from e.g. en…
102 …* Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead …
135 …* BC Break: Quite a few interface changes, only relevant if you implemented your own handlers/proc…
148 …r to the NullHandle but does not prevent the bubbling of log records to handlers further down the …
153 * Fixed many minor issues in various handlers, and probably added a few regressions too
188 …* Fixed json encoding across all handlers to always attempt recovery of non-UTF-8 strings instead …
210 * Added a `ResettableInterface` in order to reset/reset/clear/flush handlers and processors
227 * Fixed normalization of objects in Slack handlers
302 * Added `Logger->withName` to clone a logger (keeping all handlers) with a new name
335 * Added Logger::setHandlers() to allow setting/replacing all handlers
339 …* Fixed duplicate logging of fatal errors when both error and fatal error handlers are registered …
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
347 …* Added retry functionality to Loggly, Cube and Mandrill handlers so they retry up to 5 times in c…
378 …tly speaking a BC break and you should check if you relied on any other field in your own handlers.
393 …* Added WhatFailureGroupHandler to suppress any exception coming from the wrapped handlers and avo…
462 * Added chainability to most setters for all handlers
500 * Fixed Buffer, Group and FingersCrossed handlers to make use of their processors
506 …* Added the possibility to pass arrays of handlers and processors directly in the Logger construct…
513 * Fixed LogstashFormatter to be usable with stream handlers