Details
Description
The attached patch adds the ability to mark AnsiColors as Light using AnsiAttribute. This fixes a minor glitch in AnsiColorTerminalAppender that would cause AnsiColorTerminalAppender to output a grey-ish color instead of white when BackColor was set to AnsiColor.White by allowing the user to set the proper option of AnsiAttribute.Light and AnsiColor.White, rather than setting BackColor manually to 67 (60 for the light adjustment, 7 for white), and allows more color expressivity.
Attachments
Attachments
Issue Links
- is duplicated by
-
LOG4NET-222 [PATCH] Improve AnsiColorTerminalAppender to support marking colors as Light
- Resolved