1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-05 04:37:38 +02:00

Update 04-extending.md

This commit is contained in:
Jordi Boggiano
2017-01-20 10:04:38 +01:00
committed by GitHub
parent 90db47190d
commit 329c7cf4fc

View File

@@ -2,6 +2,13 @@
Monolog is fully extensible, allowing you to adapt your logger to your needs.
## Understanding log records
See [the page about log records](message-structure.md) to learn what makes up
a log record before going further. This is essential to understand as all
Handlers/Formatters/Processors need to deal with log records in one way or
another.
## Writing your own handler
Monolog provides many built-in handlers. But if the one you need does not