FileLogger.Level Property

IT Hit WebDAV for .NET

Gets and sets how much information is written to log file.

[Visual Basic]
Public Shared Property Level As LogLevel
[C#]
public static LogLevel Level {get; set;}

Property Value

Logging level. Default is Info

Remarks

Provides the method of limiting amount of logging output. During the development you will usually set LogLevel to All or Debug level, while deploying you can set it to Error or Fatal.

See Also

FileLogger Class | ITHit.WebDAV.Logger Namespace