terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
System.Diagnostics.DefaultTraceListener Class Reference
+ Inheritance diagram for System.Diagnostics.DefaultTraceListener:

Public Member Functions

 DefaultTraceListener ()
 
override void Write (string message)
 
override void WriteLine (string message)
 
void Dispose ()
 
virtual void Flush ()
 
virtual void TraceEvent (TraceEventCache eventCache, string source, TraceEventType eventType, int id, string message)
 
virtual ObjRef CreateObjRef (Type requestedType)
 
virtual object InitializeLifetimeService ()
 

Protected Member Functions

virtual void Dispose (bool disposing)
 
virtual void WriteIndent ()
 

Package Functions

bool IsEnabled (TraceOptions opts)
 

Properties

string LogFileName [get]
 
virtual bool IsThreadSafe [get]
 
int IndentLevel [set]
 
int IndentSize [set]
 
TraceFilter Filter [get]
 
bool NeedIndent [get, set]
 
TraceOptions TraceOutputOptions [get]
 
ServerIdentity ObjectIdentity [get, set]
 

Private Member Functions

void WriteDebugString (string message)
 
void WriteMonoTrace (string message)
 
void WritePrefix ()
 
void WriteImpl (string message)
 
void WriteLogFile (string message, string logFile)
 
void WriteHeader (string source, TraceEventType eventType, int id)
 
void WriteFooter (TraceEventCache eventCache)
 

Static Private Member Functions

static DefaultTraceListener ()
 
static string GetPrefix (string var, string target)
 
static unsafe void WriteWindowsDebugString (char *message)
 

Private Attributes

string logFileName
 
int indentLevel
 
int indentSize = 4
 
TraceOptions traceOptions
 
bool needIndent = true
 
string listenerName
 
TraceFilter filter
 
object _identity
 

Static Private Attributes

static readonly bool OnWin32
 
static readonly string MonoTracePrefix
 
static readonly string MonoTraceFile
 

Detailed Description

Definition at line 7 of file DefaultTraceListener.cs.


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