SimpleSAML_Error_Exception::logInfo PHP Method

logInfo() public method

This function will write this exception to the log, including a full backtrace.
public logInfo ( )
    public function logInfo()
    {
        SimpleSAML\Logger::info($this->getClass() . ': ' . $this->getMessage());
        $this->logBacktrace(\SimpleSAML\Logger::INFO);
    }