1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-07 13:46:38 +02:00

Document partial log records being sent to isHandling

This commit is contained in:
Jordi Boggiano
2014-12-29 21:28:37 +00:00
parent 62661aeca0
commit 556c56483f

View File

@@ -29,7 +29,7 @@ interface HandlerInterface
* is no guarantee that handle() will not be called, and isHandling() might not be called
* for a given record.
*
* @param array $record
* @param array $record Partial log record containing only a level key
*
* @return Boolean
*/