handleBatch() handleBatch(array $records) : void Handles a set of records at once. Parameters array $records The records to handle (an array of record arrays)
__construct() __construct(string|int $level = Logger::DEBUG) : mixed Parameters string|int $level The minimum logging level at which this handler will be triggered Returns mixed —