Method AddEntry
AddEntry(LogLevel, string)
Adds details to the active build step
Declaration
public void AddEntry(LogLevel level, string msg)
Parameters
Type | Name | Description |
---|---|---|
LogLevel | level | The log level of this entry. |
string | msg | The message to add. |