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

Public Member Functions

 SourceFilter (string source)
 
override bool ShouldTrace (TraceEventCache? cache, string source, TraceEventType eventType, int id, string? formatOrMessage, object?[]? args, object? data1, object?[]? data)
 

Package Functions

bool ShouldTrace (TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage)
 
bool ShouldTrace (TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args)
 
bool ShouldTrace (TraceEventCache cache, string source, TraceEventType eventType, int id, string formatOrMessage, object[] args, object data1)
 

Properties

string Source [get, set]
 

Private Attributes

string _src
 

Detailed Description

Definition at line 5 of file SourceFilter.cs.


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