PHPackages                             exbico/monolog-db-bundle - 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. exbico/monolog-db-bundle

ActiveSymfony-bundle[Logging &amp; Monitoring](/categories/logging)

exbico/monolog-db-bundle
========================

Symfony MonologDb Bundle

2.0.2(1y ago)01.5k1MITPHPPHP ^8.0

Since Sep 24Pushed 1y ago2 watchersCompare

[ Source](https://github.com/exbico/monolog-db-bundle)[ Packagist](https://packagist.org/packages/exbico/monolog-db-bundle)[ RSS](/packages/exbico-monolog-db-bundle/feed)WikiDiscussions main Synced today

READMEChangelog (5)Dependencies (8)Versions (6)Used By (0)

MONOLOG DB BUNDLE
=================

[](#monolog-db-bundle)

[![Latest Stable Version](https://camo.githubusercontent.com/2041e4e92239030124bfb665f5aedff9654eb1c71ecc0a6ed8af82f0756c7e06/68747470733a2f2f706f7365722e707567782e6f72672f65786269636f2f6d6f6e6f6c6f672d64622d62756e646c652f762f737461626c65)](https://packagist.org/packages/exbico/monolog-db-bundle) [![Total Downloads](https://camo.githubusercontent.com/3824acfce80419cc60ea740d45a512ffe49c97e32566afb362590fa3ad6b20cf/68747470733a2f2f706f7365722e707567782e6f72672f65786269636f2f6d6f6e6f6c6f672d64622d62756e646c652f646f776e6c6f616473)](https://packagist.org/packages/exbico/monolog-db-bundle) [![License](https://camo.githubusercontent.com/ee2f1cf75461ea1844982b11dd6ba4fd886f2207b39d133dc43406e6d63a4cda/68747470733a2f2f706f7365722e707567782e6f72672f64727473622f796969322d73656f2f6c6963656e7365)](https://packagist.org/packages/exbico/monolog-db-bundle)

INSTALLATION
------------

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

```
composer require exbico/monolog-db-bundle
```

Your bundle should be automatically enabled by Flex. In case you don't use Flex, you'll need to manually enable the bundle by adding the following line in the `config/bundles.php` file of your project:

```
Exbico\MonologDbBundle\ExbicoMonologDbBundle::class => ['all' => true],
```

CONFIGURATION
-------------

[](#configuration)

Example of `config/packages/exbico_monolog_db.php` with default values

```
