Skip to content

7d6a62df f069 3788 fa4a 1e161ffb3fe0

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

ConsoleLoggerFacade.WindowTitle Property

Gets and sets the title text of the console window.

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

Syntax

C#

public string WindowTitle { get; set; }

Property Value

Type: String
The text of the console window title.

Implements

IConsoleLoggerFacade.WindowTitle

Remarks

Changing the console window title might be useful especially for processes that do not already own a console window.

See Also

Reference

ConsoleLoggerFacade Class
Plexdata.LogWriter.Facades.Standard Namespace

Clone this wiki locally