FileLogger Class

IT Hit WebDAV for .NET

Provides static methods for writing to a log file.

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

System.Object
   ITHit.WebDAV.Client.Logger.FileLogger

[Visual Basic]
MustInherit NotInheritable Public Class FileLogger
[C#]
public abstract sealed class FileLogger

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

By default the log file is created in the folder where the calling assembly resides. You can specify the folder and file name setting LogFile property. Amount of output and maximum file size are controlled via Level and FileSize properties.

Requirements

Namespace: ITHit.WebDAV.Client.Logger

Assembly: ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll)

See Also

FileLogger Members | ITHit.WebDAV.Client.Logger Namespace