Lines Matching refs:Monolog

8Monolog\LogRecord`](src/Monolog/LogRecord.php) interface that can be used to type-hint records lik…
11 …orks / integrations decide to make use of it. This is useless when used purely with Monolog (#1637)
46 …* Added a ton of PHPStan type annotations as well as type aliases on Monolog\Logger for Record, Le…
192 * Fixed forward-compatible interfaces to be compatible with Monolog 1.x too.
197 * Deprecated RavenHandler, use sentry/sentry 2.x and their Sentry\Monolog\Handler instead
199 …P and want to make code compatible with Monolog 1 and 2 this can help. You will have to require at…
209 …* BC Notice: If you are extending any of the Monolog's Formatters' `normalize` method, make sure y…
212 * Added a way to log signals being received using Monolog\SignalHandler
301 …stack frames in IntrospectionProcessor if you have some library wrapping Monolog that is always ad…
315 * Fixed ErrorHandler compatibility with non-Monolog PSR-3 loggers
378 …ning only a level key. This was always the intent and does not break any Monolog handler but is st…
443 * Added a Monolog\Registry class to allow easier global access to pre-configured loggers
473 * Added Monolog\ErrorHandler helper class to register a Logger as exception/error/fatal handler
476 * Added Monolog\Logger::API constant (currently 1)
491 * Added Monolog\Logger::getLevels() to get all available levels
518 …* Added PSR-3 compliance, the `Monolog\Logger` class is now an instance of `Psr\Log\LoggerInterfac…
550 * Added Monolog\Logger::isHandling() to check if a handler will
568 * Added Monolog\Logger::getName() to get a logger's channel name