C# Class Octopus.Cli.Diagnostics.LogExtensions

Afficher le fichier Open project: OctopusDeploy/Octo.exe

Méthodes publiques

Méthode 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

Méthode Description
EscapeValue ( string value ) : string
LogExtensions ( ) : System

Method Details

DisableServiceMessages() public static méthode

public static DisableServiceMessages ( this log ) : void
log this
Résultat void

EnableServiceMessages() public static méthode

public static EnableServiceMessages ( this log ) : void
log this
Résultat void

IsVSTS() public static méthode

public static IsVSTS ( this log ) : bool
log this
Résultat bool

ServiceMessage() public static méthode

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

ServiceMessage() public static méthode

public static ServiceMessage ( this log, string messageName, object values ) : void
log this
messageName string
values object
Résultat void

ServiceMessage() public static méthode

public static ServiceMessage ( this log, string messageName, string value ) : void
log this
messageName string
value string
Résultat void

ServiceMessagesEnabled() public static méthode

public static ServiceMessagesEnabled ( this log ) : bool
log this
Résultat bool

TfsServiceMessage() public static méthode

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