Airship\Engine\Ledger::warning PHP Method

warning() public method

Store a WARNING message
public warning ( string $message, array $context = [] ) : mixed
$message string
$context array
return mixed
    public function warning($message, array $context = [])
    {
        return $this->log(LogLevel::WARNING, $message, $context);
    }