eZ Publish  [trunk]
ezwebdavserver.php File Reference

Go to the source code of this file.

Classes

class  eZWebDAVServer
 Virtual base class for implementing WebDAV servers. More...

Functions

 append_to_log ($logString)
 eZWebDavAppendToLog ($logString)
 eZWebDavCheckLogSetting ()

Function Documentation

append_to_log ( logString)

Logs the string $logString to the logfile /tmp/webdavlog.txt if logging is enabled.

Deprecated:
Appending to log file is now done through appendLogEntry in the webdav server class.

Definition at line 35 of file ezwebdavserver.php.

Referenced by eZWebDAVFileServer\copy(), eZWebDAVFileServer\delete(), eZWebDAVFileServer\get(), eZWebDAVFileServer\getCollectionContent(), getFileInfo(), eZWebDAVFileServer\head(), eZWebDAVFileServer\mkcol(), eZWebDAVFileServer\move(), and eZWebDAVFileServer\put().

eZWebDavAppendToLog ( logString)

Logs the string $logString to the logfile /tmp/webdavlog.txt if logging is enabled.

Deprecated:
Appending to log file is now done through appendLogEntry in the webdav server class.

Definition at line 45 of file ezwebdavserver.php.

Returns:
true if logging is enabled.
Deprecated:
Use eZWebDAVServer::isLoggingEnabled() instead.

Definition at line 25 of file ezwebdavserver.php.