Click or drag to resize
WebFarmDebug Class
Web farm debug methods
Inheritance Hierarchy
SystemObject
  CMS.WebFarmSyncWebFarmDebug

Namespace: CMS.WebFarmSync
Assembly: CMS.WebFarmSync (in CMS.WebFarmSync.dll) Version: 9.0.0
Syntax
C#
public class WebFarmDebug

The WebFarmDebug type exposes the following members.

Constructors
  NameDescription
Public methodWebFarmDebug
Top
Properties
  NameDescription
Public propertyStatic memberCurrentRequestLog
Current request log.
Public propertyStatic memberDebugCurrentRequest
Debug current request WebFarm operations.
Public propertyStatic memberSettings
Debug settings
Top
Methods
  NameDescription
Public methodStatic memberLogTaskToFile
Logs the task to the log file.
Public methodStatic memberLogWebFarmOperation
Logs the web farm operation. Logs the web farm operation to the file and to current request log for debugging.
Top
See Also