PHPackages                             concrete5/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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. concrete5/monolog-cascade

Abandoned → [concretecms/monolog-cascade](/?search=concretecms%2Fmonolog-cascade)Library[Logging &amp; Monitoring](/categories/logging)

concrete5/monolog-cascade
=========================

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

0.6.0(4y ago)1106.3k↓47.6%1MITPHPPHP ^7.3 || ^8.0

Since Jun 19Pushed 2y ago1 watchersCompare

[ Source](https://github.com/concretecms/monolog-cascade)[ Packagist](https://packagist.org/packages/concrete5/monolog-cascade)[ Docs](https://github.com/theorchard/monolog-cascade)[ RSS](/packages/concrete5-monolog-cascade/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (10)Versions (16)Used By (0)

Monolog Cascade [![Build Status](https://github.com/concrete5/monolog-cascade/actions/workflows/phpunit.yml/badge.svg)](https://github.com/concrete5/monolog-cascade/actions/workflows/phpunit.yml) [![Coverage Status](https://camo.githubusercontent.com/e5cf327e1d882fbcc8eb3e271b7ddf21ac9c7850dbc3bf87068672da26498169/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f636f6e6372657465352f6d6f6e6f6c6f672d636173636164652f62616467652e7376673f6272616e63683d6d61696e)](https://coveralls.io/r/concrete5/monolog-cascade?branch=main)
================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#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.

This repo has been forked by the concrete core team.

---

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

[](#installation)

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

```
$ composer require concrete5/monolog-cascade
```

Usage
-----

[](#usage)

```
