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