This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.SPCAF.
Summary
The path where the log file should be written to.
- Assembly
- Cake
.SPCAF .dll - Namespace
- Cake
.SPCAF - Containing Type
- FluentSPCAFSettings
Syntax
public FluentSPCAFSettings WithLogFile(FilePath filePath)
Parameters
| Name | Type | Description |
|---|---|---|
| filePath | FilePath | The log path. |
Return Value
| Type | Description |
|---|---|
| FluentSPCAFSettings | The FluentSPCAFSettings instance for fluent re-use. |
