Lines Matching refs:log

27   * Fixed support for psr/log 3.x (#1589)
32 * Fixed support for psr/log 2.x (#1587)
56 * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH
88 * Fixed ElasticsearchHandler swallowing exceptions details when failing to index log records
104 …* Fixed type error in BrowserConsoleHandler when the context array of log records was not associat…
109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e…
110 …Handler which works like the WhatFailureGroupHandler but stops dispatching log records as soon as …
120 …* Added OverflowHandler which will only flush log records to its nested handler when reaching a ce…
121 …* Added TelegramBotHandler to log records to a [Telegram](https://core.telegram.org/bots/api) bot …
145 * Added LogmaticHandler to use the Logmatic.io API to store log records
146 * Added SqsHandler to send log records to an AWS SQS queue
148 …* Added NoopHandler which is similar to the NullHandle but does not prevent the bubbling of log re…
149 * Added ProcessHandler to write log output to the STDIN of a given process
150 * Added HostnameProcessor that adds the machine's hostname to log records
212 * Added a way to log signals being received using Monolog\SignalHandler
219 …etChunkSize to override the default chunk size in case you must send large log lines to rsyslog fo…
253 * Added MercurialProcessor to add mercurial revision and branch names to log records
307 * Added setRelease to RavenHandler to describe the application version, sent with every log
309 …* Fixed JSON encoding errors that would gobble up the whole log record, we now handle those more g…
336 * Added $capSize in RedisHandler to cap the log size
337 * Fixed StreamHandler creation of directory to only trigger when the first log write happens
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
346 …* Added automatic creation of directories if they are missing for a StreamHandler to open a log fi…
395 * Added SlackHandler to log records to a Slack.com account
396 * Added FleepHookHandler to log records to a Fleep.io account
413 …* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message …
437 …* Added BrowserConsoleHandler to send logs to any browser's console via console.log() injection in…
441 * Added HtmlFormatter to send prettier log emails with colors for each log level
488 * Added ProcessIdProcessor to inject the PID in log records
489 * Added UidProcessor to inject a unique identifier to all log records of one request/run
498 …* Fixed log rotation in RotatingFileHandler to work with long running scripts spanning multiple da…
504 * Added RedisHandler to log to Redis via the Predis library or the phpredis extension
505 * Added ZendMonitorHandler to log to the Zend Server monitor
525 * Added microsecond precision to log records' timestamps
543 * Fixed the log records to use the php default timezone instead of UTC
551 handle the given log level