C# 클래스 Octopus.Cli.Diagnostics.LogExtensions

파일 보기 프로젝트 열기: OctopusDeploy/Octo.exe

공개 메소드들

메소드 설명
DisableServiceMessages ( this log ) : void
EnableServiceMessages ( this log ) : void
IsVSTS ( this log ) : bool
ServiceMessage ( this log, string messageName, string>.IDictionary values ) : void
ServiceMessage ( this log, string messageName, object values ) : void
ServiceMessage ( this log, string messageName, string value ) : void
ServiceMessagesEnabled ( this log ) : bool
TfsServiceMessage ( this log, string serverBaseUrl, ProjectResource project, ReleaseResource release ) : void

비공개 메소드들

메소드 설명
EscapeValue ( string value ) : string
LogExtensions ( ) : System

메소드 상세

DisableServiceMessages() 공개 정적인 메소드

public static DisableServiceMessages ( this log ) : void
log this
리턴 void

EnableServiceMessages() 공개 정적인 메소드

public static EnableServiceMessages ( this log ) : void
log this
리턴 void

IsVSTS() 공개 정적인 메소드

public static IsVSTS ( this log ) : bool
log this
리턴 bool

ServiceMessage() 공개 정적인 메소드

public static ServiceMessage ( this log, string messageName, string>.IDictionary values ) : void
log this
messageName string
values string>.IDictionary
리턴 void

ServiceMessage() 공개 정적인 메소드

public static ServiceMessage ( this log, string messageName, object values ) : void
log this
messageName string
values object
리턴 void

ServiceMessage() 공개 정적인 메소드

public static ServiceMessage ( this log, string messageName, string value ) : void
log this
messageName string
value string
리턴 void

ServiceMessagesEnabled() 공개 정적인 메소드

public static ServiceMessagesEnabled ( this log ) : bool
log this
리턴 bool

TfsServiceMessage() 공개 정적인 메소드

public static TfsServiceMessage ( this log, string serverBaseUrl, ProjectResource project, ReleaseResource release ) : void
log this
serverBaseUrl string
project ProjectResource
release Octopus.Client.Model.ReleaseResource
리턴 void