log4net SDK Reference

AnsiColorTerminalAppender.AnsiColor Enumeration

The enum of possible foreground or background color values for use with the color mapping method

[Visual Basic]
Public Enum AnsiColorTerminalAppender.AnsiColor
[C#]
public enum AnsiColorTerminalAppender.AnsiColor

Remarks

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

Members

Member NameDescription
Black color is black
Red color is red
Green color is green
Yellow color is yellow
Blue color is blue
Magenta color is magenta
Cyan color is cyan
White color is white

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

log4net.Appender Namespace | AnsiColorTerminalAppender