Click or drag to resize

FileLoggerLevel Property

IT Hit WebDAV Classes Reference
Gets and sets how much information is written to log file.

Namespace:  ITHit.WebDAV.Client.Logger
Assemblies:   ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
  ITHit.WebDAV.Client (in ITHit.WebDAV.Client.dll) Version: 2.0.420.0
Syntax
public static LogLevel Level { get; set; }

Property Value

Type: LogLevel
Logging level. Default is Debug.
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