C# Class Baseclass.Contrib.Nuget.Output.Build.ITaskExtensions

Show file Open project: baseclass/Contrib.Nuget

Public Methods

Method Description
LogError ( this task, string message ) : void
LogMessage ( this task, string message ) : void

Method Details

LogError() public static method

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

LogMessage() public static method

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