Click or drag to resize
RequestLog Class
Contains the log information for the request.
Inheritance Hierarchy
SystemObject
  CMS.BaseRequestLog

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class RequestLog

The RequestLog type exposes the following members.

Constructors
  NameDescription
Public methodRequestLog
Constructor.
Top
Fields
  NameDescription
Public fieldCurrentContextItem
Currently active context item.
Public fieldCurrentLogItem
Currently active log item.
Public fieldLogTable
Logs table.
Public fieldNotLoggedItems
Number of items that weren't logged due to exceeding of max log size
Public fieldParentLogs
Parent logs.
Public fieldRequestGUID
Request GUID.
Public fieldRequestTime
Request time.
Public fieldRequestURL
Request URL.
Public fieldSettings
Debug settings
Public fieldThreadStack
Current thread stack
Public fieldValue
Value for general single value purposes.
Public fieldValueCollections
Value collections for multiple values purposes.
Top
Methods
  NameDescription
Public methodFinalizeData
Finalizes the debug data
Public methodStatic memberFindByGUID
Attempts to find the log by the GUID.
Public methodLogNewItem
Log a new item to the debug. Returns the item Data row if the item was logged
Public methodRegister
Registers the log within the log list.
Top
See Also