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

◆ Write() [2/2]

unsafe void System.Diagnostics.Tracing.EventSource.Write ( string? eventName,
EventSourceOptions options )
inlineinherited

Definition at line 2773 of file EventSource.cs.

2774 {
2775 if (IsEnabled())
2776 {
2777 WriteImpl(eventName, ref options, null, null, null, SimpleEventTypes<EmptyStruct>.Instance);
2778 }
2779 }
unsafe void WriteImpl(string eventName, ref EventSourceOptions options, object data, Guid *pActivityId, Guid *pRelatedActivityId, TraceLoggingEventTypes eventTypes)

References System.Reflection.Instance, System.Diagnostics.Tracing.EventSource.IsEnabled(), System.options, and System.Diagnostics.Tracing.EventSource.WriteImpl().