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

◆ Trace< T0, T1, T2, T3 >()

void System.Data.DataCommonEventSource.Trace< T0, T1, T2, T3 > ( string format,
T0 arg0,
T1 arg1,
T2 arg2,
T3 arg3 )
inlinepackage

Definition at line 47 of file DataCommonEventSource.cs.

48 {
49 if (Log.IsEnabled())
50 {
51 Trace(string.Format(format, arg0, arg1, arg2, arg3));
52 }
53 }
static readonly DataCommonEventSource Log

References System.format, System.Format, System.Data.DataCommonEventSource.Log, and System.Data.DataCommonEventSource.Trace().