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

◆ Write() [1/2]

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

Definition at line 2763 of file EventSource.cs.

2764 {
2765 if (IsEnabled())
2766 {
2767 EventSourceOptions options = default(EventSourceOptions);
2768 WriteImpl(eventName, ref options, null, null, null, SimpleEventTypes<EmptyStruct>.Instance);
2769 }
2770 }
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().