Show / Hide Table of Contents

    Interface ILogLevelDictionary

    Maps EventIds to the LogLevel that should be used for it.

    Inherited Members
    IReadOnlyDictionary<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>.ContainsKey(EventId)
    IReadOnlyDictionary<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>.TryGetValue(EventId, out Func<Exception, LogLevel, Lazy<string>, LogLevel>)
    IReadOnlyDictionary<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>.this[EventId]
    IReadOnlyDictionary<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>.Keys
    IReadOnlyDictionary<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>.Values
    IReadOnlyCollection<KeyValuePair<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>>.Count
    IEnumerable<KeyValuePair<EventId, Func<Exception, LogLevel, Lazy<string>, LogLevel>>>.GetEnumerator()
    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
    • Improve this doc
    • View source
    GitHub E-Mail
    ↑ Back to top © 2020 Sergio Aquilini