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

◆ Associate() [4/8]

static void System.Net.NetEventSource.Associate ( object first,
object second,
[CallerMemberName] string memberName = null )
inlinestatic

Definition at line 70 of file NetEventSource.cs.

71 {
72 if (Log.IsEnabled())
73 {
74 Log.Associate(IdOf(first), memberName, IdOf(first), IdOf(second));
75 }
76 }
static readonly System.Net.NetEventSource Log
static string IdOf(object value)

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