1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-02-24 15:02:28 +01:00

Merge remote-tracking branch 'nicolas-bastien/patch-2'

This commit is contained in:
Jordi Boggiano 2013-10-02 16:47:56 +02:00
commit f99be26884

View File

@ -88,7 +88,7 @@ $logger->pushProcessor(function ($record) {
```
Monolog provides some built-in processors that can be used in your project.
Look at the README file for the list.
Look at the [README file](https://github.com/Seldaek/monolog/blob/master/README.mdown) for the list.
> Tip: processors can also be registered on a specific handler instead of
the logger to apply only for this handler.