mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-08 06:06:40 +02:00
Merge pull request #112 from boombatower/documentation
Correct handler comment.
This commit is contained in:
@@ -194,7 +194,7 @@ class Logger
|
|||||||
'datetime' => \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)))->setTimeZone(self::$timezone),
|
'datetime' => \DateTime::createFromFormat('U.u', sprintf('%.6F', microtime(true)))->setTimeZone(self::$timezone),
|
||||||
'extra' => array(),
|
'extra' => array(),
|
||||||
);
|
);
|
||||||
// check if any message will handle this message
|
// check if any handler will handle this message
|
||||||
$handlerKey = null;
|
$handlerKey = null;
|
||||||
foreach ($this->handlers as $key => $handler) {
|
foreach ($this->handlers as $key => $handler) {
|
||||||
if ($handler->isHandling($record)) {
|
if ($handler->isHandling($record)) {
|
||||||
|
Reference in New Issue
Block a user