C# Class MonoDevelop.Projects.Formats.MSBuild.LocalLogger

Inheritance: Logger
Show file Open project: LogosBible/monodevelop Class Usage Examples

Public Methods

Method Description
Initialize ( IEventSource eventSource ) : void
LocalLogger ( string projectFile ) : System
Shutdown ( ) : void

Private Methods

Method Description
EventSourceErrorRaised ( object sender, Microsoft.Build.Framework.BuildErrorEventArgs e ) : void
EventSourceWarningRaised ( object sender, Microsoft.Build.Framework.BuildWarningEventArgs e ) : void

Method Details

Initialize() public method

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

LocalLogger() public method

public LocalLogger ( string projectFile ) : System
projectFile string
return System

Shutdown() public method

public Shutdown ( ) : void
return void