Table of Contents

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

string

FullnameExclusions

[Obsolete("No longer needed with current implementation.")]
IEnumerable<string> FullnameExclusions { get; }

Property Value

IEnumerable<string>

MinimumLevel

MinimumLevel MinimumLevel { get; set; }

Property Value

MinimumLevel

SubloggerConfigKeyExclusions

[Obsolete("No longer needed with current implementation.")]
IEnumerable<string> SubloggerConfigKeyExclusions { get; set; }

Property Value

IEnumerable<string>