C# 클래스 GitHub.VisualStudio.VsOutputLogger

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

Private Properties

프로퍼티 타입 설명
DefaultLogger void
VsOutputLogger GitHub.Info

공개 메소드들

메소드 설명
SetLogger ( Action log ) : void
Write ( string format ) : void
WriteLine ( string format ) : void

비공개 메소드들

메소드 설명
DefaultLogger ( string msg ) : void
VsOutputLogger ( ) : GitHub.Info

메소드 상세

SetLogger() 공개 정적인 메소드

public static SetLogger ( Action log ) : void
log Action
리턴 void

Write() 공개 정적인 메소드

public static Write ( string format ) : void
format string
리턴 void

WriteLine() 공개 정적인 메소드

public static WriteLine ( string format ) : void
format string
리턴 void