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

◆ Info() [9/27]

static void System.Net.NetEventSource.Info ( object thisOrContextObject,
FormattableString formattableString = null,
[CallerMemberName] string memberName = null )
inlinestatic

Definition at line 80 of file NetEventSource.cs.

81 {
82 if (Log.IsEnabled())
83 {
84 Log.Info(IdOf(thisOrContextObject), memberName, (formattableString != null) ? Format(formattableString) : "");
85 }
86 }
static readonly System.Net.NetEventSource Log
static string IdOf(object value)

References System.Format, System.Net.NetEventSource.IdOf(), and System.Net.NetEventSource.Log.