Skip to content

393e879b 0017 e1ec bb86 22fdbd66d6c9

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

IConsoleLoggerSettings.WindowTitle Property

Gets and sets the title of the console window.

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

Syntax

C#

string WindowTitle { get; set; }

Property Value

Type: String
The text to be used as console window title.

Remarks

Modifying the title of the console window might be useful to distinguish a console logging window from other console windows.

See Also

Reference

IConsoleLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace

Clone this wiki locally