Class SerilogOptions
- Namespace
- Steeltoe.Logging.DynamicSerilog
- Assembly
- Steeltoe.Logging.DynamicSerilog.dll
Contains the subset of Serilog options that DynamicSerilogLoggerProvider needs.
public sealed class SerilogOptions
- Inheritance
-
SerilogOptions
- Inherited Members
Properties
MinimumLevel
Gets or sets the minimum level for the root logger (and the "Default"). Limits the verbosity of all other overrides to this setting.
public MinimumLevel? MinimumLevel { get; set; }