C# Class Beaver.Build.BuildHelper.MsBuildCollectionLogger

Inheritance: Logger
Mostra file Open project: kamsar/Beaver

Public Methods

Method Description
AddMessage ( Message message ) : void
Initialize ( IEventSource eventSource ) : void

Private Methods

Method Description
WriteLine ( string line, Microsoft.Build.Framework.BuildEventArgs e, MessageType type ) : void
eventSource_ErrorRaised ( object sender, Microsoft.Build.Framework.BuildErrorEventArgs e ) : void
eventSource_MessageRaised ( object sender, Microsoft.Build.Framework.BuildMessageEventArgs e ) : void
eventSource_ProjectFinished ( object sender, Microsoft.Build.Framework.ProjectFinishedEventArgs e ) : void
eventSource_ProjectStarted ( object sender, Microsoft.Build.Framework.ProjectStartedEventArgs e ) : void
eventSource_WarningRaised ( object sender, Microsoft.Build.Framework.BuildWarningEventArgs e ) : void

Method Details

AddMessage() public method

public AddMessage ( Message message ) : void
message Message
return void

Initialize() public method

public Initialize ( IEventSource eventSource ) : void
eventSource IEventSource
return void