mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-04 20:27:31 +02:00
Minor wording adjustment in the docs
This commit is contained in:
@@ -97,9 +97,8 @@ is related. This is useful in big applications (and is leveraged by
|
|||||||
MonologBundle in Symfony2).
|
MonologBundle in Symfony2).
|
||||||
|
|
||||||
Picture two loggers sharing a handler that writes to a single log file.
|
Picture two loggers sharing a handler that writes to a single log file.
|
||||||
Channels would then allow an identity of the logger that issues the record
|
Channels would allow you to identify the logger that issued every record.
|
||||||
(distinguishable through the channel's name). You can then easily grep through
|
You can easily grep through the log files filtering this or that channel.
|
||||||
the log files filtering this or that type of log record.
|
|
||||||
|
|
||||||
```php
|
```php
|
||||||
<?php
|
<?php
|
||||||
|
Reference in New Issue
Block a user