Interface ILogColorFormatter
Log formatter that uses color coding
Inherited Members
Namespace: i5.Toolkit.Core.AppConsole
Assembly: cs.temp.dll.dll
Syntax
public interface ILogColorFormatter : ILogFormatter
Properties
AssertColor
The color for assert messages
Declaration
Color AssertColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
DefaultColor
The color for unexpected message types
Declaration
Color DefaultColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ErrorColor
The color for error messages
Declaration
Color ErrorColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
ExceptionColor
The color for exception messages
Declaration
Color ExceptionColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
LogColor
The color for log messages
Declaration
Color LogColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
WarningColor
The color for warning messages
Declaration
Color WarningColor { get; set; }
Property Value
Type | Description |
---|---|
Color |