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

◆ Info() [18/27]

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

Definition at line 89 of file NetEventSource.cs.

90 {
91 if (Log.IsEnabled())
92 {
93 Log.Info(IdOf(thisOrContextObject), memberName, Format(message).ToString());
94 }
95 }
static readonly System.Net.NetEventSource Log
static string IdOf(object value)

References System.Format, System.Net.NetEventSource.IdOf(), System.Net.NetEventSource.Log, and System.Diagnostics.Tracing.EventSource.ToString().