Handler
in package
implements
HandlerInterface
AbstractYes
Base Handler class providing basic close() support as well as handleBatch
Tags
Table of Contents
Interfaces
- HandlerInterface
- Interface that all Monolog Handlers must implement
Methods
- __destruct() : mixed
- __sleep() : mixed
- close() : void
- Closes the handler.
- handleBatch() : void
- Handles a set of records at once.
Methods
__destruct()
public
__destruct() : mixed
__sleep()
public
__sleep() : mixed
close()
Closes the handler.
public
close() : 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)