Class CakeLogger
ClickTwice logger for writing messages to the Cake log
Inheritance
System.Object
CakeLogger
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace:Cake.ClickTwice
Assembly:Cake.ClickTwice.dll
Syntax
public class CakeLogger : IPublishLogger
Constructors
| Improve this Doc View SourceCakeLogger(ICakeLog)
Declaration
public CakeLogger(ICakeLog log)
Parameters
Type | Name | Description |
---|---|---|
Cake.Core.Diagnostics.ICakeLog | log |
Properties
| Improve this Doc View SourceIncludeBuildMessages
Declaration
public bool IncludeBuildMessages { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Implements
Methods
| Improve this Doc View SourceClose(String)
Declaration
public string Close(string outputPath)
Parameters
Type | Name | Description |
---|---|---|
System.String | outputPath |
Returns
Type | Description |
---|---|
System.String |
Implements
| Improve this Doc View SourceLog(String)
Declaration
public void Log(string content)
Parameters
Type | Name | Description |
---|---|---|
System.String | content |