Class DebuggerFactory
Provides a simplified interface for creating new instances of the Debugger class.
Inheritance
System.Object
DebuggerFactory
Namespace: Cosmos.Debug.Kernel
Assembly: Cosmos.Debug.Kernel.dll
Syntax
public static class DebuggerFactory : object
Fields
| Improve this Doc View SourceWriteToConsole
Whether the created Debugger instances should output the given log inputs to the display console.
Declaration
public static bool WriteToConsole
Field Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceCreateDebugger(String)
Creates a new Debugger instance.
Declaration
public static Debugger CreateDebugger(string section = "")
Parameters
Type | Name | Description |
---|---|---|
System.String | section | The section the debugger refers to. |
Returns
Type | Description |
---|---|
Debugger |