1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-13 08:34:12 +02:00

HandlerWrapper

This commit is contained in:
Alexey Karapetov
2015-12-17 18:02:13 -08:00
committed by Jordi Boggiano
parent 0d2bef0579
commit c688ff17eb
3 changed files with 236 additions and 0 deletions

View File

@@ -105,6 +105,8 @@
- _PsrHandler_: Can be used to forward log records to an existing PSR-3 logger
- _TestHandler_: Used for testing, it records everything that is sent to it and
has accessors to read out the information.
- _HandlerWrapper_: A simple handler wrapper you can inherit from to create
your own wrappers easily.
## Formatters