The properties of the Debug class are listed below. For a complete list of Debug class members, see the Debug Members topic.
![]() | trueif the debug log is enabled, falseotherwise. If this is false nothing will be logged to the request and response files. This is set to DEFAULT_ENABLED |
![]() |
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_TRACEby default. |
![]() |
Configure the name of the file that requests to the cvs
server are logged to.
This is set to DEFAULT_REQUEST_FILEby default. |
![]() |
Configure the name of the file that responses from the cvs server
are logged to.
This is set to DEFAULT_RESPONSE_FILEby default. |
Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace