Airship\Engine\Ledger::alert PHP 메소드

alert() 공개 메소드

Store an ALERT message
public alert ( string $message, array $context = [] ) : mixed
$message string
$context array
리턴 mixed
    public function alert($message, array $context = [])
    {
        return $this->log(LogLevel::ALERT, $message, $context);
    }