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

◆ Trace< T0, T1 >()

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

Definition at line 29 of file DataCommonEventSource.cs.

30 {
31 if (Log.IsEnabled())
32 {
33 Trace(string.Format(format, arg0, arg1));
34 }
35 }
static readonly DataCommonEventSource Log

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