 | ColoredConsoleTargetEnableAnsiOutput Property |
Enables output using ANSI Color Codes
Namespace:
NLog.Targets
Assembly:
NLog (in NLog.dll) Version: 6.0.0+cfb73701cda54e2410b006f649f072e90daef707
Syntaxpublic bool EnableAnsiOutput { get; set; }
Public Property EnableAnsiOutput As Boolean
Get
Set
Dim instance As ColoredConsoleTarget
Dim value As Boolean
value = instance.EnableAnsiOutput
instance.EnableAnsiOutput = value
member EnableAnsiOutput : bool with get, set
Property Value
Type:
Boolean
RemarksDefault:
See Also