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

Static Public Member Functions

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 Refresh ()
 
static void TraceInformation (string? message)
 
static void TraceInformation (string format, params object?[]? args)
 
static void TraceWarning (string? message)
 
static void TraceWarning (string format, params object?[]? args)
 
static void TraceError (string? message)
 
static void TraceError (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 void Indent ()
 
static void Unindent ()
 

Properties

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

Static Private Attributes

static CorrelationManager s_correlationManager
 

Detailed Description

Definition at line 3 of file Trace.cs.


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