Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Diagnostics.TraceInternal.TraceProvider Class Referencesealed

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, strings_FailCore
 
static Action< strings_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()
 

Detailed Description

Definition at line 7 of file TraceInternal.cs.


The documentation for this class was generated from the following file: