-
Notifications
You must be signed in to change notification settings - Fork 0
7d6a62df f069 3788 fa4a 1e161ffb3fe0
Axel Kesseler edited this page Mar 1, 2023
·
15 revisions
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
C#
public string WindowTitle { get; set; }
Type: String
The text of the console window title.
IConsoleLoggerFacade.WindowTitle
Changing the console window title might be useful especially for processes that do not already own a console window.
ConsoleLoggerFacade Class
Plexdata.LogWriter.Facades.Standard Namespace