SharpCvsLib

Debug Members

Debug overview

Public Static (Shared) Fields

DEFAULT_ENABLED Indicates whether debug logging will be enabled by default or not.
DEFAULT_LOG_STACK_TRACE Indicates whether the stack trace will be logged with the request/ response message.
DEFAULT_REQUEST_FILE Specifies the default file that is used to log request data to if debug logging is enabled.
DEFAULT_RESPONSE_FILE Specifies the default file that responses should be logged t if debug logging is enabled.

Public Instance Constructors

Debug Constructor Constructor.

Public Instance Properties

Enabled
true
if the debug log is enabled,
false
otherwise. If this is false nothing will be logged to the request and response files. This is set to
DEFAULT_ENABLED
LogStackTrace Indicate whether a stack trace should be logged in the in/ out log as well as the message to the server. This will give a better indication of what is sending the message and driving the application behavior. This is set to
DEFAULT_LOG_STACK_TRACE
by default.
RequestFile Configure the name of the file that requests to the cvs server are logged to. This is set to
DEFAULT_REQUEST_FILE
by default.
ResponseFile Configure the name of the file that responses from the cvs server are logged to. This is set to
DEFAULT_RESPONSE_FILE
by default.

Public Instance Methods

Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
ToString Return a human readable representation of the object.

Protected Instance Methods

Finalize (inherited from Object)
MemberwiseClone (inherited from Object)

See Also

Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace