C# 클래스 BuildLogger, GitVersion

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

공개 메소드들

메소드 설명
LogDebug ( this task, string message ) : void
LogError ( this task, string message, string file = null ) : void
LogInfo ( this task, string message ) : void
LogWarning ( this task, string message ) : void

메소드 상세

LogDebug() 공개 정적인 메소드

public static LogDebug ( this task, string message ) : void
task this
message string
리턴 void

LogError() 공개 정적인 메소드

public static LogError ( this task, string message, string file = null ) : void
task this
message string
file string
리턴 void

LogInfo() 공개 정적인 메소드

public static LogInfo ( this task, string message ) : void
task this
message string
리턴 void

LogWarning() 공개 정적인 메소드

public static LogWarning ( this task, string message ) : void
task this
message string
리턴 void