Jyxo\Webdav\LoggerInterface::log PHP Method

log() public method

Logs the given message.
public log ( string $message )
$message string Message to be logged
    public function log(string $message);
LoggerInterface