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

◆ Error() [8/16]

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

Definition at line 104 of file NetEventSource.cs.

105 {
106 if (Log.IsEnabled())
107 {
108 Log.ErrorMessage(IdOf(thisOrContextObject), memberName, Format(formattableString));
109 }
110 }
static readonly System.Net.NetEventSource Log
static string IdOf(object value)

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