C# 클래스 PBCaGw.Services.DebugTraceListener

A colored, and more informative TraceListener than the default ConsoleTraceListener
파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

메소드 설명
TraceEvent ( TraceEventType eventType, int id, string message ) : void

비공개 메소드들

메소드 설명
DoLogEntry ( string source, TraceEventType eventType, int chainId, string message ) : void

메소드 상세

TraceEvent() 공개 정적인 메소드

public static TraceEvent ( TraceEventType eventType, int id, string message ) : void
eventType TraceEventType
id int
message string
리턴 void