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.TraceListener Class Referenceabstract
+ Inheritance diagram for System.Diagnostics.TraceListener:
+ Collaboration diagram for System.Diagnostics.TraceListener:

Public Member Functions

void Dispose ()
 
virtual void Flush ()
 
void Write (string message)
 
void WriteLine (string message)
 
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

 TraceListener (string name)
 
virtual void Dispose (bool disposing)
 
virtual void WriteIndent ()
 

Package Functions

bool IsEnabled (TraceOptions opts)
 

Properties

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

void WriteHeader (string source, TraceEventType eventType, int id)
 
void WriteFooter (TraceEventCache eventCache)
 

Private Attributes

int indentLevel
 
int indentSize
 
TraceOptions traceOptions
 
bool needIndent
 
string listenerName
 
TraceFilter filter
 
object _identity
 

Detailed Description

Definition at line 11 of file TraceListener.cs.


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