Skip to content

9e2be9a6 4c92 1e0e b909 b7c2ea68b119

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

ConsoleLoggerFacade.UseColors Property

Gets and sets whether the console facade should use colored messages.

Namespace: Plexdata.LogWriter.Facades.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 if colored message should be used and false if not.

Implements

IConsoleLoggerFacade.UseColors

Remarks

Message coloring might be helpful to be able to distinguish different message types such as errors and warnings.

See Also

Reference

ConsoleLoggerFacade Class
Plexdata.LogWriter.Facades.Windows Namespace

Clone this wiki locally