Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ IsEnabled() [2/3]

bool System.Diagnostics.Tracing.EventSource.IsEnabled ( EventLevel level,
EventKeywords keywords )
inlineinherited

Definition at line 312 of file EventSource.cs.

313 {
314 return IsEnabled(level, keywords, EventChannel.None);
315 }

References System.Diagnostics.Tracing.EventSource.IsEnabled().