C# 클래스 PBCaGw.Services.Log

파일 보기 프로젝트 열기: ISISComputingGroup/EPICS-epicssharp

공개 메소드들

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

Checks if a log could be display with the define eventType. Useful to shaves the call to Log.TraceEvent function call.

비공개 메소드들

메소드 설명
CalcWillDisplay ( TraceEventType eventType ) : bool
Log ( ) : System

메소드 상세

TraceEvent() 공개 정적인 메소드

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

WillDisplay() 공개 정적인 메소드

Checks if a log could be display with the define eventType. Useful to shaves the call to Log.TraceEvent function call.
public static WillDisplay ( TraceEventType eventType ) : bool
eventType TraceEventType
리턴 bool