| 
    Terraria v1.4.4.9
    
   Terraria source code documentation 
   | 
 
Public Member Functions | |
| override void | Fail (string message, string detailMessage) | 
| override void | OnIndentLevelChanged (int indentLevel) | 
| override void | OnIndentSizeChanged (int indentSize) | 
| override void | Write (string message) | 
| override void | WriteLine (string message) | 
| virtual void | Fail (string? message, string? detailMessage) | 
| virtual void | Write (string? message) | 
| virtual void | WriteLine (string? message) | 
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 7 of file TraceInternal.cs.