Class ConsoleLogger
Inheritance
System.Object
ConsoleLogger
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:ClickTwice.Publisher.Core.Loggers
Assembly:ClickTwice.Publisher.Core.dll
Syntax
public class ConsoleLogger : IPublishLogger
Constructors
| Improve this Doc View SourceConsoleLogger(Boolean)
Declaration
public ConsoleLogger(bool includeBuildMessages = false)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | includeBuildMessages |
Properties
| Improve this Doc View SourceIncludeBuildMessages
Declaration
public bool IncludeBuildMessages { get; set; }
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 |