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

Extension methods to System.Diagnostics.TraceSource.
Show file Open project: Gainedge/BetterExplorer

Public Methods

Method Description
TraceEvent ( this trace, TraceEventType type, string msg ) : void

Traces the event using the current thread id.

Method Details

TraceEvent() public static method

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