Interface ILogLevelDictionary
Maps Microsoft.Extensions.Logging.EventIds to the Microsoft.Extensions.Logging.LogLevel that should be used for it.
Inherited Members
System.Collections.Generic.IReadOnlyDictionary<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>.ContainsKey(Microsoft.Extensions.Logging.EventId)
System.Collections.Generic.IReadOnlyDictionary<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>.TryGetValue(Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>)
System.Collections.Generic.IReadOnlyDictionary<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>.Item[Microsoft.Extensions.Logging.EventId]
System.Collections.Generic.IReadOnlyDictionary<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>.Keys
System.Collections.Generic.IReadOnlyDictionary<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>.Values
System.Collections.Generic.IReadOnlyCollection<System.Collections.Generic.KeyValuePair<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>>.Count
System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<Microsoft.Extensions.Logging.EventId, System.Func<System.Exception, Microsoft.Extensions.Logging.LogLevel, System.Lazy<System.String>, Microsoft.Extensions.Logging.LogLevel>>>.GetEnumerator()
System.Collections.IEnumerable.GetEnumerator()
Namespace: Silverback.Diagnostics
Assembly: Silverback.Core.dll
Syntax
public interface ILogLevelDictionary : IReadOnlyDictionary<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>, IReadOnlyCollection<KeyValuePair<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>>, IEnumerable<KeyValuePair<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>>, IEnumerable