Expose\Log\Mongo::alert PHP Method

alert() public method

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