Class BuildMessageLogger
Inheritance
System.Object
BuildMessageLogger
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.MSBuild.Loggers
Assembly:ClickTwice.Publisher.MSBuild.dll
Syntax
public class BuildMessageLogger : ILogger
Constructors
| Improve this Doc View SourceBuildMessageLogger(IList<IPublishLogger>)
Declaration
public BuildMessageLogger(IList<IPublishLogger> loggers)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IList<IPublishLogger> | loggers |
Properties
| Improve this Doc View SourceParameters
Declaration
public string Parameters { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Implements
Microsoft.Build.Framework.ILogger.Parameters
|
Improve this Doc
View Source
Verbosity
Declaration
public LoggerVerbosity Verbosity { get; set; }
Property Value
Type | Description |
---|---|
Microsoft.Build.Framework.LoggerVerbosity |
Implements
Microsoft.Build.Framework.ILogger.Verbosity
Methods
| Improve this Doc View SourceInitialize(IEventSource)
Declaration
public void Initialize(IEventSource eventSource)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Build.Framework.IEventSource | eventSource |
Implements
Microsoft.Build.Framework.ILogger.Initialize(Microsoft.Build.Framework.IEventSource)
|
Improve this Doc
View Source
Shutdown()
Declaration
public void Shutdown()
Implements
Microsoft.Build.Framework.ILogger.Shutdown()