AnsiColorTerminalAppenderAnsiAttributes EnumerationApache log4net™ SDK Documentation
The enum of possible display attributes

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

[FlagsAttribute]
public enum AnsiAttributes
Members

  Member nameValueDescription
Bright1 text is bright
Dim2 text is dim
Underscore4 text is underlined
Blink8 text is blinking
Reverse16 text and background colors are reversed
Hidden32 text is hidden
Strikethrough64 text is displayed with a strikethrough
Light128 text color is light
Remarks

The following flags can be combined together to form the ANSI color attributes.

See Also

Reference