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; }
Public Shared Property Level As LogLevel
Get
Set
public:
static property LogLevel Level {
LogLevel get ();
void set (LogLevel value);
}
static member Level : LogLevel with get, set
Property Value
Type:
LogLevelLogging 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