terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
Loading...
Searching...
No Matches
System.Diagnostics.DefaultTraceListener Class Reference
+ Inheritance diagram for System.Diagnostics.DefaultTraceListener:
+ Collaboration 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 global::System.Runtime.Remoting.ObjRef CreateObjRef (global::System.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, set]
 
virtual bool IsThreadSafe [get, set]
 
int IndentLevel [set]
 
int IndentSize [set]
 
TraceFilter Filter [get, set]
 
bool NeedIndent [get, set]
 
TraceOptions TraceOutputOptions [get, set]
 
global::System.Runtime.Remoting.ServerIdentity ObjectIdentity [get, set]
 

Private Member Functions

static unsafe void WriteWindowsDebugString (char *message)
 
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)
 

Private Attributes

string logFileName
 
int indentLevel
 
int indentSize
 
TraceOptions traceOptions
 
bool needIndent
 
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 10 of file DefaultTraceListener.cs.


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