PHPackages                             suvera/monolog-cascade - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. suvera/monolog-cascade

ActiveLibrary

suvera/monolog-cascade
======================

Monolog extension to configure multiple loggers in the blink of an eye and access them from anywhere

1181PHP

Since Oct 16Pushed 4y agoCompare

[ Source](https://github.com/suvera/monolog-cascade)[ Packagist](https://packagist.org/packages/suvera/monolog-cascade)[ RSS](/packages/suvera-monolog-cascade/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (1)

Monolog Cascade [![Build Status](https://camo.githubusercontent.com/44507d6515a5deec2f7ce525aa9085fd6af1292b306ab29cf0ace8f2ec560e43/68747470733a2f2f7472617669732d63692e6f72672f7468656f7263686172642f6d6f6e6f6c6f672d636173636164652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/theorchard/monolog-cascade) [![Coverage Status](https://camo.githubusercontent.com/1cf4ff306988ea900a56a880deb71bfe2c2ba9ff7c225a80de2b4f52a1c4a585/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f7468656f7263686172642f6d6f6e6f6c6f672d636173636164652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/r/theorchard/monolog-cascade?branch=master)
===================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#monolog-cascade--)

What is Monolog Cascade?
------------------------

[](#what-is-monolog-cascade)

Monolog Cascade is a [Monolog](https://github.com/Seldaek/monolog) extension that allows you to set up and configure multiple loggers and handlers from a single config file.

It's been inspired by the [`logging.config`](https://docs.python.org/3.4/library/logging.config.html?highlight=fileconfig#module-logging.config) Python module.

---

Installation
------------

[](#installation)

Add `monolog-cascade` as a requirement in your `composer.json` file or run

```
$ composer require suvera/monolog-cascade:dev-master
```

Note: Monolog Cascade requires PHP 5.3.9 or higher.

Usage
-----

[](#usage)

```
