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

◆ EnterScope< T1, T2, T3 >()

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

Definition at line 112 of file DataCommonEventSource.cs.

113 {
114 if (!Log.IsEnabled())
115 {
116 return 0L;
117 }
118 return EnterScope(string.Format(format, arg1, arg2, arg3));
119 }
static readonly DataCommonEventSource Log

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