|
Terraria v1.4.4.9
Terraria source code documentation
|
Classes | |
| class | DebugAssertException |
Public Member Functions | |
| virtual void | Fail (string? message, string? detailMessage) |
| virtual void | Write (string? message) |
| virtual void | WriteLine (string? message) |
| virtual void | OnIndentLevelChanged (int indentLevel) |
| virtual void | OnIndentSizeChanged (int indentSize) |
Static Public Member Functions | |
| static void | FailCore (string stackTrace, string? message, string? detailMessage, string errorSource) |
| static void | WriteCore (string message) |
Package Functions | |
| void | WriteAssert (string stackTrace, string message, string detailMessage) |
Static Package Attributes | |
| static Action< string, string, string, string > | s_FailCore |
| static Action< string > | s_WriteCore |
Private Member Functions | |
| string | GetIndentString () |
Static Private Member Functions | |
| static void | WriteToDebugger (string message) |
Private Attributes | |
| bool | _needIndent = true |
| string | _indentString |
Static Private Attributes | |
| static readonly object | s_lock = new object() |
| static readonly object | s_ForLock = new object() |
Definition at line 5 of file DebugProvider.cs.