ColoredConsoleAppenderColors EnumerationApache log4net™ SDK Documentation
The enum of possible color values for use with the color mapping method

Namespace: log4net.Appender
Assembly: log4net (in log4net.dll) Version: 2.0.8.0-.NET 4.0
Syntax

[FlagsAttribute]
public enum Colors
Members

  Member nameValueDescription
Blue1 color is blue
Green2 color is green
Red4 color is red
White7 color is white
Yellow6 color is yellow
Purple5 color is purple
Cyan3 color is cyan
HighIntensity8 color is intensified
Remarks

The following flags can be combined together to form the colors.

See Also

Reference