Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
VisualMutator
Infrastructure
CustomTraceListener
C# Class VisualMutator.Infrastructure.CustomTraceListener
Inheritance:
System.Diagnostics.DefaultTraceListener
Mostrar archivo
Open project: visualmutator/visualmutator
Public Methods
Method
Description
TraceEvent
(
TraceEventCache
eventCache
,
string
source
,
TraceEventType
eventType
,
int
id
,
string
format
) :
void
Method Details
TraceEvent()
public
method
public
TraceEvent
(
TraceEventCache
eventCache
,
string
source
,
TraceEventType
eventType
,
int
id
,
string
format
) :
void
eventCache
System.Diagnostics.TraceEventCache
source
string
eventType
TraceEventType
id
int
format
string
return
void