void TraceInternal(TraceEventCache eventCache, string xmlApplicationData, int eventId, TraceEventType type) { EtwTrace.Trace(xmlApplicationData, TraceTypeOf(type)); }
public override void WriteLine(string text) { EtwTrace.Trace(text, TraceType.Trace); }