Lines Matching refs:records

8 …ord`](src/Monolog/LogRecord.php) interface that can be used to type-hint records like `array|\Mono…
19 * Fixed handling of records going over the max Telegram message length (#1616)
54 …fault json encoding flags, to avoid dropping entire context data or even records due to an invalid…
56 * Added RedisPubSubHandler to log records to a Redis channel using PUBLISH
88 * Fixed ElasticsearchHandler swallowing exceptions details when failing to index log records
92 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it
104 …* Fixed type error in BrowserConsoleHandler when the context array of log records was not associat…
110 …r which works like the WhatFailureGroupHandler but stops dispatching log records as soon as one ha…
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 …
126 … GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
136 …* BC Break: Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`) methods a…
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
147 …* Added ElasticsearchHandler to send records via the official ES library. Elastica users should no…
148 …ch is similar to the NullHandle but does not prevent the bubbling of log records to handlers furth…
150 * Added HostnameProcessor that adds the machine's hostname to log records
178 * Fixed FilterHandler triggering a notice when handleBatch was filtering all records passed to it
201 … GroupHandler and WhatFailureGroupHandler where setting multiple processors would duplicate records
253 * Added MercurialProcessor to add mercurial revision and branch names to log records
257 …* Fixed RollbarHandler not flushing records automatically, calling close() explicitly is not neces…
282 …* Added DeduplicationHandler to remove duplicate records from notifications across multiple reques…
340 * Fixed missing fatal errors records with handlers that need to be closed to flush log records
379 * Added PsrHandler to forward records to another PSR-3 logger
395 * Added SlackHandler to log records to a Slack.com account
396 * Added FleepHookHandler to log records to a Fleep.io account
411 …* Added $passthruLevel argument to FingersCrossedHandler to let it always pass some records throug…
418 * Fixed initialization of the BufferHandler to make sure it gets flushed after receiving records
427 * Added a TagProcessor to add tags to records, and support for tags in RavenHandler
431 * Fixed empty headers issue when ChromePHPHandler received no records
438 …* Added FilterHandler to filter records and only allow those of a given list of levels through to …
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
525 * Added microsecond precision to log records' timestamps
543 * Fixed the log records to use the php default timezone instead of UTC