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