Skip to content

c0c7a71d 7f02 a631 06d3 e9ea364237a7

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

ConsoleLoggerFacade.Foreground Property

Gets and sets the foreground color to be used.

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

Syntax

C#

public ConsoleColor Foreground { get; set; }

Property Value

Type: ConsoleColor
The console color to be used as foreground.

Implements

IConsoleLoggerFacade.Foreground

Remarks

The foreground color just represents the color of the message text.

See Also

Reference

ConsoleLoggerFacade Class
Plexdata.LogWriter.Facades.Standard Namespace

Clone this wiki locally