-
Notifications
You must be signed in to change notification settings - Fork 0
393e879b 0017 e1ec bb86 22fdbd66d6c9
Axel Kesseler edited this page May 18, 2019
·
18 revisions
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.2.5
C#
string WindowTitle { get; set; }
Type: String
The text to be used as console window title.
Modifying the title of the console window might be useful to distinguish a console logging window from other console windows.
IConsoleLoggerSettings Interface
Plexdata.LogWriter.Abstraction Namespace