C# Класс Octopus.Cli.Diagnostics.LogExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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