Imdb\Logger::alert PHP Метод

alert() публичный Метод

Example: Entire website down, database unavailable, etc. This should trigger the SMS alerts and wake you up.
public alert ( string $message, array $context = [] ) : null
$message string
$context array
Результат null
    public function alert($message, array $context = array())
    {
        $this->log('alert', $message, $context);
    }