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

◆ Trace< T0, T1, T2 >()

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

Definition at line 38 of file DataCommonEventSource.cs.

39 {
40 if (Log.IsEnabled())
41 {
42 Trace(string.Format(format, arg0, arg1, arg2));
43 }
44 }
static readonly DataCommonEventSource Log

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