| ColouredConsoleLogProviderColors Property |
[Missing <summary> documentation for "P:Hangfire.Logging.LogProviders.ColouredConsoleLogProvider.Colors"]
Namespace: Hangfire.Logging.LogProvidersAssembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax public static Dictionary<LogLevel, ConsoleColor> Colors { get; set; }
Public Shared Property Colors As Dictionary(Of LogLevel, ConsoleColor)
Get
Set
Property Value
Type:
DictionaryLogLevel,
ConsoleColorSee Also