PHPackages                             elcweb/monolog-fluentd-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. elcweb/monolog-fluentd-bundle

AbandonedArchivedBundle[Logging &amp; Monitoring](/categories/logging)

elcweb/monolog-fluentd-bundle
=============================

Symfony2 Bundle to let Monolog support Fluentd

v0.0.1(10y ago)04.2k1MITPHP

Since Aug 27Pushed 10y ago1 watchersCompare

[ Source](https://github.com/elcweb/monolog-fluentd-bundle)[ Packagist](https://packagist.org/packages/elcweb/monolog-fluentd-bundle)[ RSS](/packages/elcweb-monolog-fluentd-bundle/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (3)Used By (0)

FluentdBundle
=============

[](#fluentdbundle)

[![Latest Stable Version](https://camo.githubusercontent.com/617446e38852ea024c65966e86535a59cbfa746a07fdc10a9f70b248e14b7340/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f6d6f6e6f6c6f672d666c75656e74642d62756e646c652f762f737461626c652e706e67)](https://packagist.org/packages/elcweb/monolog-fluentd-bundle)[![Total Downloads](https://camo.githubusercontent.com/a94b88aa33b9f0fcd972409405b29925433eb2855dc7a7b826f602fe4c58ce03/68747470733a2f2f706f7365722e707567782e6f72672f656c637765622f6d6f6e6f6c6f672d666c75656e74642d62756e646c652f646f776e6c6f6164732e706e67)](https://packagist.org/packages/elcweb/monolog-fluentd-bundle)

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

[](#installation)

### Step 1: Download using composer

[](#step-1-download-using-composer)

```
{
    "require": {
        "elcweb/monolog-fluentd-bundle": "0.0.*"
    }
}
```

Now tell composer to download the bundle by running the command:

```
$ php composer.phar update elcweb/monolog-fluentd-bundle
```

### Step 2: Enable the bundle

[](#step-2-enable-the-bundle)

Enable the bundle in the kernel:

```
