SharpCvsLib

Debug Properties

The properties of the Debug class are listed below. For a complete list of Debug class members, see the Debug Members topic.

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.

See Also

Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace