Handler
in package
implements
HandlerInterface
Base Handler class providing basic close() support as well as handleBatch
Tags
Interfaces, Classes and Traits
- HandlerInterface
- Interface that all Monolog Handlers must implement
Table of Contents
- __destruct() : mixed
- __sleep() : mixed
- close() : void
- Closes the handler.
- handleBatch() : void
- Handles a set of records at once.
Methods
__destruct()
public
__destruct() : mixed
Return values
mixed —__sleep()
public
__sleep() : mixed
Return values
mixed —close()
Closes the handler.
public
close() : void
Return values
void —handleBatch()
Handles a set of records at once.
public
handleBatch(array<string|int, mixed> $records) : void
Parameters
- $records : array<string|int, mixed>
-
The records to handle (an array of record arrays)