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

◆ EnterScope< T1, T2 >()

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

Definition at line 102 of file DataCommonEventSource.cs.

103 {
104 if (!Log.IsEnabled())
105 {
106 return 0L;
107 }
108 return EnterScope(string.Format(format, arg1, arg2));
109 }
static readonly DataCommonEventSource Log

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