Class LogColorFormatterConfiguration
A configuration object for formatting log messages using colors
Inheritance
LogColorFormatterConfiguration
Inherited Members
Namespace: i5.Toolkit.Core.AppConsole
Assembly: cs.temp.dll.dll
Syntax
public abstract class LogColorFormatterConfiguration : LogFormatterConfiguration
Fields
assertColor
Declaration
protected Color assertColor
Field Value
Type | Description |
---|---|
Color |
errorColor
Declaration
protected Color errorColor
Field Value
Type | Description |
---|---|
Color |
exceptionColor
Declaration
protected Color exceptionColor
Field Value
Type | Description |
---|---|
Color |
logColor
Declaration
protected Color logColor
Field Value
Type | Description |
---|---|
Color |
warningColor
Declaration
protected Color warningColor
Field Value
Type | Description |
---|---|
Color |