![]() ![]() | Indicates whether debug logging will be enabled by default or not. |
![]() ![]() | Indicates whether the stack trace will be logged with the request/ response message. |
![]() ![]() | Specifies the default file that is used to log request data to if debug logging is enabled. |
![]() ![]() | Specifies the default file that responses should be logged t if debug logging is enabled. |
![]() | Constructor. |
![]() | 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. |
![]() | |
![]() | |
![]() | |
![]() | Return a human readable representation of the object. |
![]() | |
![]() |
Debug Class | ICSharpCode.SharpCvsLib.Config.Logging Namespace