Click or drag to resize
FileDebug Class
File debug methods
Inheritance Hierarchy
SystemObject
  CMS.IOFileDebug

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

The FileDebug type exposes the following members.

Constructors
  NameDescription
Public methodFileDebug
Top
Properties
  NameDescription
Public propertyStatic memberCurrentRequestLog
Current request log.
Public propertyStatic memberDebugCurrentRequest
Debug current request files access.
Public propertyStatic memberSettings
Debug settings
Top
Methods
  NameDescription
Public methodStatic memberFinalizeData
Groups read/write data in the table.
Public methodStatic memberLogFileOperation(String, String, String)
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
Public methodStatic memberLogFileOperation(String, String, Int32, String, String, String)
Logs the file operation. Logs the file operation to the file and to current request log for debugging.
Public methodStatic memberLogReadEnd
Logs end of the read operation (logs the total size).
Public methodStatic memberLogToFile
Logs the file operation to the log file.
Top
See Also