Aerys\Logger::error PHP Method

error() final public method

final public error ( $message, array $context = [] )
$context array
    public final function error($message, array $context = [])
    {
        return $this->log(self::ERROR, $message, $context);
    }