C# 클래스 TaskLogger, PreSharp

파일 보기 프로젝트 열기: ovatsus/PreSharp 1 사용 예제들

공개 메소드들

메소드 설명
LogError ( string file, string errorCode, string message, int line, int column ) : void
LogException ( string file, Exception, exception ) : void
LogMessage ( string message ) : void
LogWarning ( string file, string errorCode, string message, int line, int column ) : void
TaskLogger ( AppDomainIsolatedTask, task ) : System

메소드 상세

LogError() 공개 메소드

public LogError ( string file, string errorCode, string message, int line, int column ) : void
file string
errorCode string
message string
line int
column int
리턴 void

LogException() 공개 메소드

public LogException ( string file, Exception, exception ) : void
file string
exception Exception,
리턴 void

LogMessage() 공개 메소드

public LogMessage ( string message ) : void
message string
리턴 void

LogWarning() 공개 메소드

public LogWarning ( string file, string errorCode, string message, int line, int column ) : void
file string
errorCode string
message string
line int
column int
리턴 void

TaskLogger() 공개 메소드

public TaskLogger ( AppDomainIsolatedTask, task ) : System
task AppDomainIsolatedTask,
리턴 System