C# Class BuildLogger, GitVersion

Afficher le fichier Open project: GitTools/GitVersion Class Usage Examples

Méthodes publiques

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

Method Details

LogDebug() public static méthode

public static LogDebug ( this task, string message ) : void
task this
message string
Résultat void

LogError() public static méthode

public static LogError ( this task, string message, string file = null ) : void
task this
message string
file string
Résultat void

LogInfo() public static méthode

public static LogInfo ( this task, string message ) : void
task this
message string
Résultat void

LogWarning() public static méthode

public static LogWarning ( this task, string message ) : void
task this
message string
Résultat void