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

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

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

Definition at line 56 of file DataCommonEventSource.cs.

57 {
58 if (Log.IsEnabled())
59 {
60 Trace(string.Format(format, arg0, arg1, arg2, arg3, arg4));
61 }
62 }
static readonly DataCommonEventSource Log

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