C# Class Octopus.Cli.Diagnostics.LogExtensions

Mostra file Open project: OctopusDeploy/Octo.exe

Public Methods

Method Description
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

Private Methods

Method Description
EscapeValue ( string value ) : string
LogExtensions ( ) : System

Method Details

DisableServiceMessages() public static method

public static DisableServiceMessages ( this log ) : void
log this
return void

EnableServiceMessages() public static method

public static EnableServiceMessages ( this log ) : void
log this
return void

IsVSTS() public static method

public static IsVSTS ( this log ) : bool
log this
return bool

ServiceMessage() public static method

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

ServiceMessage() public static method

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

ServiceMessage() public static method

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

ServiceMessagesEnabled() public static method

public static ServiceMessagesEnabled ( this log ) : bool
log this
return bool

TfsServiceMessage() public static method

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