Interface IPublishLogger
Namespace:ClickTwice.Publisher.Core.Loggers
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public interface IPublishLogger
Properties
|
Improve this Doc
View Source
IncludeBuildMessages
Declaration
bool IncludeBuildMessages { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
|
Improve this Doc
View Source
Close(String)
Declaration
string Close(string outputPath)
Parameters
| Type |
Name |
Description |
| System.String |
outputPath |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Log(String)
Declaration
Parameters
| Type |
Name |
Description |
| System.String |
content |
|