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

◆ Verbose() [4/4]

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

Definition at line 477 of file NetEventSource.cs.

478 {
479 if (Log.IsEnabled())
480 {
481 Log.ErrorMessage(IdOf(thisOrContextObject), memberName, Format(formattableString));
482 }
483 }
static readonly System.Net.NetEventSource Log
static string IdOf(object value)

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