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> | Sets the LogLevel either as Info, Error or Debug. |