C# Class Google.Apis.Utils.Trace.Extensions

Extension methods to System.Diagnostics.TraceSource.
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

Méthode Description
TraceEvent ( this trace, TraceEventType type, string msg ) : void

Traces the event using the current thread id.

Method Details

TraceEvent() public static méthode

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