Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
08669b72
Commit
08669b72
authored
Mar 08, 2013
by
Dave Marshall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typos
parent
2153e86d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
doc/cookbook/multiple_loggers.rst
doc/cookbook/multiple_loggers.rst
+2
-2
No files found.
doc/cookbook/multiple_loggers.rst
View file @
08669b72
...
@@ -2,7 +2,7 @@ Using multiple monolog loggers
...
@@ -2,7 +2,7 @@ Using multiple monolog loggers
==============================
==============================
Having separate instances of `Monolog` for different parts of your system is
Having separate instances of `Monolog` for different parts of your system is
often desirable and allows you to configure them independ
a
ntly, allowing for fine
often desirable and allows you to configure them independ
e
ntly, allowing for fine
grained control of where your logging goes and in what detail.
grained control of where your logging goes and in what detail.
This simple example allows you to quickly configure several monolog instances,
This simple example allows you to quickly configure several monolog instances,
...
@@ -25,7 +25,7 @@ using the bundled handler, but each with a different channel.
...
@@ -25,7 +25,7 @@ using the bundled handler, but each with a different channel.
As your application grows, or your logging needs for certain areas of the
As your application grows, or your logging needs for certain areas of the
system become apparent, it should be straightforward to then configure that
system become apparent, it should be straightforward to then configure that
particular service separately, including your customi
s
ations.
particular service separately, including your customi
z
ations.
.. code-block:: php
.. code-block:: php
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment