mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-10 23:24:02 +02:00
Document partial log records being sent to isHandling
This commit is contained in:
@@ -29,7 +29,7 @@ interface HandlerInterface
|
|||||||
* is no guarantee that handle() will not be called, and isHandling() might not be called
|
* is no guarantee that handle() will not be called, and isHandling() might not be called
|
||||||
* for a given record.
|
* for a given record.
|
||||||
*
|
*
|
||||||
* @param array $record
|
* @param array $record Partial log record containing only a level key
|
||||||
*
|
*
|
||||||
* @return Boolean
|
* @return Boolean
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user