Interface ILogLevelDictionary
Inherited Members
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