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

◆ EnterScope< T1, T2, T3, T4 >()

long System.Data.DataCommonEventSource.EnterScope< T1, T2, T3, T4 > ( string format,
T1 arg1,
T2 arg2,
T3 arg3,
T4 arg4 )
inlinepackage

Definition at line 122 of file DataCommonEventSource.cs.

123 {
124 if (!Log.IsEnabled())
125 {
126 return 0L;
127 }
128 return EnterScope(string.Format(format, arg1, arg2, arg3, arg4));
129 }
static readonly DataCommonEventSource Log

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