log4net SDK Reference

AnsiColorTerminalAppender.AnsiAttributes Enumeration

The enum of possible display attributes

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Remarks

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

Members

Member NameDescriptionValue
Bright text is bright 1
Dim text is dim 2
Underscore text is underlined 4
Blink text is blinking 8
Reverse text and background colors are reversed 16
Hidden text is hidden 32
Strikethrough text is displayed with a strikethrough 64

Requirements

Namespace: log4net.Appender

Assembly: log4net (in log4net.dll)

See Also

log4net.Appender Namespace | AnsiColorTerminalAppender