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

error() 공개 메소드

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