mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
@@ -344,7 +344,7 @@ class Logger implements LoggerInterface
|
|||||||
*/
|
*/
|
||||||
public function addEmergency($message, array $context = array())
|
public function addEmergency($message, array $context = array())
|
||||||
{
|
{
|
||||||
return $this->addRecord(static::EMERGENCY, $message, $context);
|
return $this->addRecord(static::EMERGENCY, $message, $context);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user