Click or drag to resize
ColouredConsoleLogProviderColors Property

[Missing <summary> documentation for "P:Hangfire.Logging.LogProviders.ColouredConsoleLogProvider.Colors"]

Namespace: Hangfire.Logging.LogProviders
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
public static Dictionary<LogLevel, ConsoleColor> Colors { get; set; }

Property Value

Type: DictionaryLogLevel, ConsoleColor
See Also