1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-04 12:17:35 +02:00

Minor wording adjustment in the docs

This commit is contained in:
Jordi Boggiano
2012-08-10 02:15:26 +03:00
parent f0fc9a72d3
commit 09f5eb33be

View File

@@ -97,9 +97,8 @@ is related. This is useful in big applications (and is leveraged by
MonologBundle in Symfony2).
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
(distinguishable through the channel's name). You can then easily grep through
the log files filtering this or that type of log record.
Channels would allow you to identify the logger that issued every record.
You can easily grep through the log files filtering this or that channel.
```php
<?php