C# 클래스 Seal.Forms.DummyLogInterface

상속: ExecutionLogInterface
파일 보기 프로젝트 열기: ariacom/Seal-Report

공개 메소드들

메소드 설명
IsJobCancelled ( ) : bool
Log ( string text ) : void
LogNoCR ( string text ) : void
LogRaw ( string text ) : void

메소드 상세

IsJobCancelled() 공개 메소드

public IsJobCancelled ( ) : bool
리턴 bool

Log() 공개 메소드

public Log ( string text ) : void
text string
리턴 void

LogNoCR() 공개 메소드

public LogNoCR ( string text ) : void
text string
리턴 void

LogRaw() 공개 메소드

public LogRaw ( string text ) : void
text string
리턴 void