DebugSettings Class |
Namespace: CMS.Base
public class DebugSettings
The DebugSettings type exposes the following members.
Name | Description | |
---|---|---|
DebugSettings |
Constructor
|
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
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
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].
| |
Live |
If true, the live pages are debugged
| |
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.
|