SharpCvsLib

RequestLog 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 RequestLog Members.

System.Object
   RequestLog

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

Requirements

Namespace: ICSharpCode.SharpCvsLib.Logs

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

See Also

RequestLog Members | ICSharpCode.SharpCvsLib.Logs Namespace