Summary
Adds a path to a MSBuild log file created by XmlFileLogger.
- Assembly
- Cake
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- Issues
Parameters Input Files
Syntax
public void AddMsBuildXmlFileLoggerLogFile(FilePath logfilePath, IReadIssuesSettings settings)
Parameters
Name | Type | Description |
---|---|---|
logfilePath | FilePath | Path to the MSBuild log file. |
settings | IReadIssuesSettings | Settings for reading the log file. Null for default values. |
Return Value
Type | Description |
---|---|
void |