C# 클래스 GitVersion.Logger

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

공개 메소드들

메소드 설명
AddLoggersTemporarily ( Action debug, Action info, Action warn, Action error ) : IDisposable
IndentLog ( string operationDescription ) : IDisposable
Reset ( ) : void
SetLoggers ( Action debug, Action info, Action warn, Action error ) : void

비공개 메소드들

메소드 설명
LogMessage ( Action logAction, string level ) : Action
Logger ( ) : System
ObscurePassword ( Action info ) : Action

메소드 상세

AddLoggersTemporarily() 공개 정적인 메소드

public static AddLoggersTemporarily ( Action debug, Action info, Action warn, Action error ) : IDisposable
debug Action
info Action
warn Action
error Action
리턴 IDisposable

IndentLog() 공개 정적인 메소드

public static IndentLog ( string operationDescription ) : IDisposable
operationDescription string
리턴 IDisposable

Reset() 공개 정적인 메소드

public static Reset ( ) : void
리턴 void

SetLoggers() 공개 정적인 메소드

public static SetLoggers ( Action debug, Action info, Action warn, Action error ) : void
debug Action
info Action
warn Action
error Action
리턴 void