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

◆ EnterScope< T1 >()

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

Definition at line 92 of file DataCommonEventSource.cs.

93 {
94 if (!Log.IsEnabled())
95 {
96 return 0L;
97 }
98 return EnterScope(string.Format(format, arg1));
99 }
static readonly DataCommonEventSource Log

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