1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-09-03 10:02:39 +02:00

Add isHandling, fixes #53

This commit is contained in:
Jordi Boggiano
2012-01-28 14:43:55 +01:00
parent 8e11234066
commit 355123d607
3 changed files with 60 additions and 0 deletions

View File

@@ -1,3 +1,10 @@
* 1.0.3 (2012--)
Changes:
* Added Monolog\Logger::isHandling() to check if a handler will
handle the given log level
* 1.0.2 (2011-10-24)
Changes: