C# Class BuildLogger, GitVersion

ファイルを表示 Open project: GitTools/GitVersion Class Usage Examples

Public Methods

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

public static LogDebug ( this task, string message ) : void
task this
message string
return void

LogError() public static method

public static LogError ( this task, string message, string file = null ) : void
task this
message string
file string
return void

LogInfo() public static method

public static LogInfo ( this task, string message ) : void
task this
message string
return void

LogWarning() public static method

public static LogWarning ( this task, string message ) : void
task this
message string
return void