1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +02:00
This commit is contained in:
Jordi Boggiano
2020-05-21 17:02:48 +02:00
parent 5f2ee3292e
commit de87dad98f
9 changed files with 16 additions and 16 deletions

View File

@@ -31,6 +31,7 @@ class FallbackGroupHandler extends GroupHandler
// What throwable?
}
}
return false === $this->bubble;
}

View File

@@ -71,10 +71,10 @@ class ZendMonitorHandler extends AbstractProcessingHandler
/**
* Write to Zend Monitor Events
* @param string $type Text displayed in "Class Name (custom)" field
* @param string $message Text displayed in "Error String"
* @param mixed $formatted Displayed in Custom Variables tab
* @param int $severity Set the event severity level (-1,0,1)
* @param string $type Text displayed in "Class Name (custom)" field
* @param string $message Text displayed in "Error String"
* @param mixed $formatted Displayed in Custom Variables tab
* @param int $severity Set the event severity level (-1,0,1)
*/
protected function writeZendMonitorCustomEvent(string $type, string $message, array $formatted, int $severity): void
{