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

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

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

Definition at line 65 of file DataCommonEventSource.cs.

66 {
67 if (Log.IsEnabled())
68 {
69 Trace(string.Format(format, arg0, arg1, arg2, arg3, arg4, arg5, arg6));
70 }
71 }
static readonly DataCommonEventSource Log

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