C# 클래스 Google.Apis.Utils.Trace.Extensions

Extension methods to System.Diagnostics.TraceSource.
파일 보기 프로젝트 열기: Gainedge/BetterExplorer

공개 메소드들

메소드 설명
TraceEvent ( this trace, TraceEventType type, string msg ) : void

Traces the event using the current thread id.

메소드 상세

TraceEvent() 공개 정적인 메소드

Traces the event using the current thread id.
public static TraceEvent ( this trace, TraceEventType type, string msg ) : void
trace this
type TraceEventType
msg string
리턴 void