AnsiColorTerminalAppenderAnsiColor EnumerationApache log4net™ SDK Documentation
The enum of possible foreground or background 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

public enum AnsiColor
Members

  Member nameValueDescription
Black0 color is black
Red1 color is red
Green2 color is green
Yellow3 color is yellow
Blue4 color is blue
Magenta5 color is magenta
Cyan6 color is cyan
White7 color is white
Remarks

The output can be in one for the following ANSI colors.

See Also

Reference