Skip to content

f8fbd1ef 6d42 4693 c831 a1f6cd04a1ef

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

IConsoleLoggerFacade.UseColors Property

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

Namespace: Plexdata.LogWriter.Abstraction
Assembly: Plexdata.LogWriter.Console (in Plexdata.LogWriter.Console.dll) Version: 1.0.7.1

Syntax

C#

bool UseColors { get; set; }

Property Value

Type: Boolean
True if colored message should be used and false if not.

Remarks

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

See Also

Reference

IConsoleLoggerFacade Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally