Terraria v1.4.4.9
Terraria source code documentation
All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events Macros
System.Diagnostics.TraceFilter Class Referenceabstract

Public Member Functions

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)
 

Detailed Description

Definition at line 3 of file TraceFilter.cs.


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