SharpCvsLib

ResponseLog Class

Utility class for debugging cvs server responses. Logging outputs are attempted in the following order:

  1. log4net properties for Type in application config file.
  2. cvs.out file in the working folder of the assembly.
  3. console message
A failure at any level causes the program to attempt to log to another level.

For a list of all members of this type, see ResponseLog Members.

System.Object
   ResponseLog

[Visual Basic]
Public Class ResponseLog
[C#]
public class ResponseLog

Requirements

Namespace: ICSharpCode.SharpCvsLib.Logs

Assembly: ICSharpCode.SharpCvsLib (in ICSharpCode.SharpCvsLib.dll)

See Also

ResponseLog Members | ICSharpCode.SharpCvsLib.Logs Namespace