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

Classes

class  TraceProvider
 

Static Public Member Functions

static void Indent ()
 
static void Unindent ()
 
static void Flush ()
 
static void Close ()
 
static void Assert (bool condition)
 
static void Assert (bool condition, string message)
 
static void Assert (bool condition, string message, string detailMessage)
 
static void Fail (string message)
 
static void Fail (string message, string detailMessage)
 
static void TraceEvent (TraceEventType eventType, int id, string format, params object[] args)
 
static void Write (string message)
 
static void Write (object value)
 
static void Write (string message, string category)
 
static void Write (object value, string category)
 
static void WriteLine (string message)
 
static void WriteLine (object value)
 
static void WriteLine (string message, string category)
 
static void WriteLine (object value, string category)
 
static void WriteIf (bool condition, string message)
 
static void WriteIf (bool condition, object value)
 
static void WriteIf (bool condition, string message, string category)
 
static void WriteIf (bool condition, object value, string category)
 
static void WriteLineIf (bool condition, string message)
 
static void WriteLineIf (bool condition, object value)
 
static void WriteLineIf (bool condition, string message, string category)
 
static void WriteLineIf (bool condition, object value, string category)
 

Static Package Functions

static void Refresh ()
 

Static Package Attributes

static readonly object critSec = new object()
 

Properties

static TraceListenerCollection Listeners [get]
 
static string AppName [get]
 
static bool AutoFlush [get, set]
 
static bool UseGlobalLock [get, set]
 
static int IndentLevel [get, set]
 
static int IndentSize [get, set]
 

Static Private Member Functions

static void InitializeSettings ()
 

Static Private Attributes

static volatile string s_appName
 
static volatile TraceListenerCollection s_listeners
 
static volatile bool s_autoFlush
 
static volatile bool s_useGlobalLock
 
static volatile bool s_settingsInitialized
 

Detailed Description

Definition at line 5 of file TraceInternal.cs.


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