Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
VisualMutator
Infrastructure
CustomTraceListener
C# 클래스 VisualMutator.Infrastructure.CustomTraceListener
상속:
System.Diagnostics.DefaultTraceListener
파일 보기
프로젝트 열기: visualmutator/visualmutator
공개 메소드들
메소드
설명
TraceEvent
(
TraceEventCache
eventCache
,
string
source
,
TraceEventType
eventType
,
int
id
,
string
format
) :
void
메소드 상세
TraceEvent()
공개
메소드
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
리턴
void