SimpleSAML\Logger\FileLoggingHandler::setLogFormat PHP Method

setLogFormat() public method

Set the format desired for the logs.
public setLogFormat ( string $format )
$format string The format used for logs.
    public function setLogFormat($format)
    {
        $this->format = $format;
    }