Interface ISerilogOptions
Assembly: Steeltoe.Extensions.Logging.DynamicSerilogBase.dll
Syntax
public interface ISerilogOptions
Properties
|
Edit this page
View Source
ConfigPath
Declaration
string ConfigPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Edit this page
View Source
FullnameExclusions
Declaration
IEnumerable<string> FullnameExclusions { get; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|
|
Edit this page
View Source
MinimumLevel
Declaration
MinimumLevel MinimumLevel { get; set; }
Property Value
|
Edit this page
View Source
SubloggerConfigKeyExclusions
Declaration
IEnumerable<string> SubloggerConfigKeyExclusions { get; set; }
Property Value
Type |
Description |
IEnumerable<System.String> |
|