C# Класс BuildLogger, GitVersion

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
LogDebug ( this task, string message ) : void
LogError ( this task, string message, string file = null ) : void
LogInfo ( this task, string message ) : void
LogWarning ( this task, string message ) : void

Описание методов

LogDebug() публичный статический Метод

public static LogDebug ( this task, string message ) : void
task this
message string
Результат void

LogError() публичный статический Метод

public static LogError ( this task, string message, string file = null ) : void
task this
message string
file string
Результат void

LogInfo() публичный статический Метод

public static LogInfo ( this task, string message ) : void
task this
message string
Результат void

LogWarning() публичный статический Метод

public static LogWarning ( this task, string message ) : void
task this
message string
Результат void