We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38bb85b commit b1eaa2eCopy full SHA for b1eaa2e
README.md
@@ -0,0 +1,13 @@
1
+MonologBundle
2
+=============
3
+
4
+The `MonologBundle` provides integration of the [Monolog](https://github.com/Seldaek/monolog)
5
+library into the Symfony2 framework.
6
7
+As of v2.4.0 of the bundle, the release cycle is de-synchronized from the framework's.
8
+It means you can just require `"symfony/monolog-bundle": "~2.4"` in your composer.json
9
+and Composer will automatically pick the latest version of the bundle that works with
10
+your current version of Symfony. The minimum version of Symfony2 for this workflow
11
+is 2.3.0.
12
13
+More information in the official [documentation](http://symfony.com/doc/current/cookbook/logging/index.html).
0 commit comments