Interface ISerilogOptions
- Namespace
- Steeltoe.Extensions.Logging.DynamicSerilog
- Assembly
- Steeltoe.Extensions.Logging.DynamicSerilogBase.dll
public interface ISerilogOptions
Properties
ConfigPath
string ConfigPath { get; }
Property Value
FullnameExclusions
[Obsolete("No longer needed with current implementation. Will be removed in next major release")]
IEnumerable<string> FullnameExclusions { get; }
Property Value
MinimumLevel
MinimumLevel MinimumLevel { get; set; }
Property Value
SubloggerConfigKeyExclusions
[Obsolete("No longer needed with current implementation. Will be removed in next major release")]
IEnumerable<string> SubloggerConfigKeyExclusions { get; set; }