Class SerilogOptions
Contains the subset of Serilog options that DynamicSerilogLoggerProvider needs.
Inheritance
System.Object
SerilogOptions
Namespace: Steeltoe.Logging.DynamicSerilog
Assembly: Steeltoe.Logging.DynamicSerilog.dll
Syntax
public sealed class SerilogOptions : object
Properties
| Edit this page View SourceMinimumLevel
Gets or sets the minimum level for the root logger (and the "Default"). Limits the verbosity of all other overrides to this setting.
Declaration
public MinimumLevel MinimumLevel { get; set; }
Property Value
Type | Description |
---|---|
MinimumLevel |