From fc68ce5ae0cf9ac00301f743f062c3363718bd3f Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Fri, 19 Jun 2015 14:36:22 +0100 Subject: [PATCH] Add ref to monolog cascade package --- doc/usage.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/usage.md b/doc/usage.md index 7585fa2a..9a9f3048 100644 --- a/doc/usage.md +++ b/doc/usage.md @@ -49,6 +49,10 @@ Note that the FirePHPHandler is called first as it is added on top of the stack. This allows you to temporarily add a logger with bubbling disabled if you want to override other configured loggers. +> If you use Monolog standalone and are looking for an easy way to +> configure many handlers, the [theorchard/monolog-cascade](https://github.com/theorchard/monolog-cascade) +> can help you build complex logging configs via PHP arrays, yaml or json configs. + Adding extra data in the records --------------------------------