DebugSettings MembersKentico 8.0 API Reference
The DebugSettings type exposes the following members.
Constructors

  NameDescription
Public methodDebugSettings
Constructor
Back to Top
Methods

  NameDescription
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from OnlineObject.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodGetLogFolder
File path, to which the debug logs operations
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Public methodResetSettings
Sets all the debug settings to null and causes them to be reloaded.
Public methodOnlineToString
Returns a string that represents the current object.
(Inherited from OnlineObject.)
Public methodWriteRequestLog
Writes the request log to the log file.
Public methodWriteToLogFile
Writes the given
Back to Top
Extension Methods

  NameDescription
Public Extension MethodGetAPIString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodGetString
Gets the string by the specified resource key
(Defined by CoreExtensions.)
Public Extension MethodToBoolean
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDateTime
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToDouble
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToGuid
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToInteger
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.)
Public Extension MethodToString
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.)
Back to Top
Properties

  NameDescription
Public propertyAll
Debug on all pages, including the UI and preview pages.
Public propertyCurrentIndent
Gets or sets current indentation of the debug
Public propertyDebugKey
Debug settings key to access the RequestDebugs flags
Public propertyDurationColumn
Column in the log containing the duration of the operation
Public propertyEnabled
If true, the debug is enabled
Public propertyFinalizeData
Method that finalizes the data prior the reporting
Public propertyLastLogs
Last requests query logs, contains the arrays of [URL, SecurityLog, Time].
Public propertyLive
If true, the live pages are debugged
Public propertyLogControl
Log control that displays the debug log
Public propertyLogLength
Maximum length of the log in number of requests.
Public propertyLogOperations
Returns true, if the debug is allowed to log the operations, either to file or to debug tables
Public propertyLogToFile
If true, the debug logs operations to physical file?
Public propertyName
Name of the debug
Public propertyRequestLog
Current request query log.
Public propertySizeColumn
Column in the log containing the data size in the operation
Public propertyStack
Track stack when debugging.
Back to Top
See Also