| DebugSettings Class |
Namespace: CMS.Base
public class DebugSettings
The DebugSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| DebugSettings |
Constructor
|
| Name | Description | |
|---|---|---|
| All |
Debug on all pages, including the UI and preview pages.
| |
| CurrentIndent |
Gets or sets current indentation of the debug
| |
| DebugKey |
Debug settings key to access the RequestDebugs flags
| |
| DurationColumn |
Column in the log containing the duration of the operation
| |
| Enabled |
If true, the debug is enabled
| |
| FinalizeData |
Method that finalizes the data prior the reporting
| |
| LastLogs |
Last requests query logs, contains the arrays of [URL, SecurityLog, Time].
| |
| LogControl |
Log control that displays the debug log
| |
| LogLength |
Maximum length of the log in number of requests.
| |
| LogOperations |
Returns true, if the debug is allowed to log the operations, either to file or to debug tables
| |
| LogToFile |
If true, the debug logs operations to physical file?
| |
| Name |
Name of the debug
| |
| RequestLog |
Current request query log.
| |
| SizeColumn |
Column in the log containing the data size in the operation
| |
| Stack |
Track stack when debugging.
|
| Name | Description | |
|---|---|---|
| GetLogFolder |
File path, to which the debug logs operations
| |
| ResetSettings |
Sets all the debug settings to null and causes them to be reloaded.
| |
| WriteRequestLog |
Writes the request log to the log file.
| |
| WriteToLogFile |
Writes the given
|