Click or drag to resize
RequestDebug Class
Request debug methods
Inheritance Hierarchy
SystemObject
  CMS.HelpersRequestDebug

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

The RequestDebug type exposes the following members.

Constructors
  NameDescription
Public methodRequestDebug
Top
Properties
  NameDescription
Public propertyStatic memberCurrentRequestLog
Current request log.
Public propertyStatic memberDebugCurrentRequest
Debug current request processing.
Public propertyStatic memberSettings
Debug settings
Top
Methods
  NameDescription
Public methodStatic memberLogRequestOperation
Logs the request operation. Logs the request operation to the file and to current request log for debugging.
Public methodStatic memberLogRequestValues
Logs the current request values.
Public methodStatic memberLogToFile
Logs the request operation to the log file.
Public methodStatic memberWriteRequestLog
Writes the request log to the log file.
Top
See Also