HandlersDebug Class |
Namespace: CMS.Base
public class HandlersDebug
The HandlersDebug type exposes the following members.
Name | Description | |
---|---|---|
HandlersDebug |
Name | Description | |
---|---|---|
CurrentRequestLog |
Current request log.
| |
DebugCurrentRequest |
Debug current request security operations.
| |
Settings |
Debug settings
|
Name | Description | |
---|---|---|
FinishHandlerOperation |
Finishes the log item
| |
LogHandlerOperation(MethodInfo, Boolean, Int32) |
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.
| |
LogHandlerOperation(String, String, Int32) |
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.
| |
LogToFile |
Logs the handler operation to the log file.
| |
SetLogItemImportant |
Sets the log item as important one
| |
StartHandlerOperation(MethodInfo) |
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.
| |
StartHandlerOperation(String, String) |
Logs the handler operation. Logs the handler operation to the file and to current request log for debugging.
|