Expose\Log\Mongo::warning PHP Method

warning() public method

Log warning messages
public warning ( string $message, array $context = [] ) : boolean
$message string Log message
$context array Extra contact information
return boolean Log pass/fail
    public function warning($message, array $context = array())
    {
        return $this->log('warning', $message, $context);
    }