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);
    }