1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 00:56:08 +02:00
This commit is contained in:
Jordi Boggiano
2013-03-28 11:35:27 +01:00
parent 434ef8bbf6
commit 3f8c37b23c
6 changed files with 13 additions and 13 deletions

View File

@@ -39,9 +39,9 @@ class ZendMonitorHandler extends AbstractProcessingHandler
/**
* Construct
*
* @param int $level
* @param bool $bubble
* @throws MissingExtensionException
* @param int $level
* @param bool $bubble
* @throws MissingExtensionException
*/
public function __construct($level = Logger::DEBUG, $bubble = true)
{
@@ -66,9 +66,9 @@ class ZendMonitorHandler extends AbstractProcessingHandler
/**
* Write a record to Zend Monitor
*
* @param int $level
* @param string $message
* @param array $formatted
* @param int $level
* @param string $message
* @param array $formatted
*/
protected function writeZendMonitorCustomEvent($level, $message, $formatted)
{