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

Inheritance: Logger
Afficher le fichier Open project: LogosBible/monodevelop Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( IEventSource eventSource ) : void
LocalLogger ( string projectFile ) : System
Shutdown ( ) : void

Private Methods

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

Method Details

Initialize() public méthode

public Initialize ( IEventSource eventSource ) : void
eventSource IEventSource
Résultat void

LocalLogger() public méthode

public LocalLogger ( string projectFile ) : System
projectFile string
Résultat System

Shutdown() public méthode

public Shutdown ( ) : void
Résultat void