Table of Contents

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

windowSystem ConsoleWindowSystem

The 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

windowSystem ConsoleWindowSystem

The window system to create the window in.

title string

The window title.

Returns

Window

A configured debug console window.