Property LogLevel
LogLevel
Sets the LogLevel either as Info, Error or Debug.
Declaration
public LogLevel? LogLevel { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<LogLevel> | This property defines the level of logging you want to use. |