Lines Matching refs:as

12   * Added support for keeping native BSON types as is in MongoDBFormatter (#1620)
46 …* Added a ton of PHPStan type annotations as well as type aliases on Monolog\Logger for Record, Le…
57 …and deprecated the $type argument of ElasticaFormatter which is not in use anymore as of Elastica 7
77 …Replacement_character) instead of being converted from ISO-8859-15 to UTF8 as it was before, which…
83 * Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
89 * Fixed normalization of SoapFault objects containing non-strings as "detail" in LineFormatter
97 * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
100 …n of exception codes to be always integers even for PDOException which have them as numeric strings
101 * Fixed normalization of SoapFault objects containing non-strings as "detail"
110 …rks like the WhatFailureGroupHandler but stops dispatching log records as soon as one handler acce…
136 …R-3 methods to add records, all the `add*` (e.g. `addWarning`) methods as well as `emerg`, `crit`,…
171 * Fixed normalization of SoapFault objects containing deeply nested objects as "detail"
183 * Fixed normalization of Traversables to avoid traversing them as not all of them are rewindable
186 …n of exception codes to be always integers even for PDOException which have them as numeric strings
187 * Fixed normalization of SoapFault objects containing non-strings as "detail"
211 …* Added a `ProcessorInterface` as an optional way to label a class as being a processor (mostly us…
263 …n of $context when the ErrorHandler handles regular php errors from 1.20.0 as it was causing issues
264 …* Added support for more formats in RotatingFileHandler::setFilenameFormat as long as they have Y,…
304 …rWrapper base class to ease the creation of handler wrappers, just extend it and override as needed
309 …uld gobble up the whole log record, we now handle those more gracefully by dropping chars as needed
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler