Click or drag to resize

ConsoleOutputColor Enumeration

Colored console output color.

Namespace:  NLog.Targets
Assembly:  NLog (in NLog.dll) Version: 5.3.4+73d83d3161d31288ca5c554cc50d27b6bed5f28b
Syntax
public enum ConsoleOutputColor
Members
  Member nameValueDescription
Black0 Black Color (#000000).
DarkBlue1 Dark blue Color (#000080).
DarkGreen2 Dark green Color (#008000).
DarkCyan3 Dark Cyan Color (#008080).
DarkRed4 Dark Red Color (#800000).
DarkMagenta5 Dark Magenta Color (#800080).
DarkYellow6 Dark Yellow Color (#808000).
Gray7 Gray Color (#C0C0C0).
DarkGray8 Dark Gray Color (#808080).
Blue9 Blue Color (#0000FF).
Green10 Green Color (#00FF00).
Cyan11 Cyan Color (#00FFFF).
Red12 Red Color (#FF0000).
Magenta13 Magenta Color (#FF00FF).
Yellow14 Yellow Color (#FFFF00).
White15 White Color (#FFFFFF).
NoChange16 Don't change the color.
Remarks
Note that this enumeration is defined to be binary compatible with .NET 2.0 System.ConsoleColor + some additions
See Also