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