The enum of possible display attributes
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
The following flags can be combined together to form the ANSI color attributes.
Member Name | Description | Value |
---|---|---|
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 |
Light | text color is light | 128 |
Namespace: log4net.Appender
Assembly: log4net (in log4net.dll)
log4net.Appender Namespace | AnsiColorTerminalAppender