Skip to content

9fd1f370 6be8 797a c583 c593ebcd0e97

Axel Kesseler edited this page Mar 1, 2023 · 15 revisions

SystemConsoleWrapper.UseColors Property

Determines if message coloring should be used or not.

Namespace: Plexdata.LogWriter.Internals.Native.Windows
Assembly: Plexdata.LogWriter.Console.Windows (in Plexdata.LogWriter.Console.Windows.dll) Version: 1.0.7.1

Syntax

C#

public bool UseColors { get; set; }

Property Value

Type: Boolean
True to enable the usage of message coloring and false to disable it.

Remarks

Message coloring allows the use of predefined colors for each written message independently.

See Also

Reference

SystemConsoleWrapper Class
Plexdata.LogWriter.Internals.Native.Windows Namespace
SystemConsoleWrapper.Foreground
SystemConsoleWrapper.Background

Clone this wiki locally