C# Класс Google.Apis.Utils.Trace.Extensions

Extension methods to System.Diagnostics.TraceSource.
Показать файл Открыть проект

Открытые методы

Метод Описание
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