Class DebugConsoleWindow
- Namespace
- SharpConsoleUI.Plugins.DeveloperTools
- Assembly
- SharpConsoleUI.dll
Factory for creating debug console windows that display real-time log output.
public static class DebugConsoleWindow
- Inheritance
-
DebugConsoleWindow
- Inherited Members
Methods
Create(ConsoleWindowSystem)
Creates a debug console window with real-time log streaming.
public static Window Create(ConsoleWindowSystem windowSystem)
Parameters
windowSystemConsoleWindowSystemThe window system to create the window in.
Returns
- Window
A configured debug console window.
Create(ConsoleWindowSystem, string)
Creates a debug console window with a custom title.
public static Window Create(ConsoleWindowSystem windowSystem, string title)
Parameters
windowSystemConsoleWindowSystemThe window system to create the window in.
titlestringThe window title.
Returns
- Window
A configured debug console window.