Class MinimumLevel
Inheritance
System.Object
MinimumLevel
Namespace: Steeltoe.Extensions.Logging.DynamicSerilog
Assembly: Steeltoe.Extensions.Logging.DynamicSerilogBase.dll
Syntax
public class MinimumLevel : object
Properties
| Edit this page View SourceDefault
Declaration
public LogEventLevel Default { get; set; }
Property Value
Type | Description |
---|---|
LogEventLevel |
Override
Declaration
public Dictionary<string, LogEventLevel> Override { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<System.String, LogEventLevel> |