Property | Type | Description |
---|
Method | Description | |
---|---|---|
ErrorRaised ( object sender, Microsoft.Build.Framework.BuildErrorEventArgs e ) : void |
Handles error notification events by storing the error message string.
|
|
Initialize ( IEventSource eventSource ) : void |
Initializes the custom logger, hooking the ErrorRaised notification event.
|
|
Shutdown ( ) : void |
Shuts down the custom logger.
|
public ErrorRaised ( object sender, Microsoft.Build.Framework.BuildErrorEventArgs e ) : void | ||
sender | object | |
e | Microsoft.Build.Framework.BuildErrorEventArgs | |
return | void |
public Initialize ( IEventSource eventSource ) : void | ||
eventSource | IEventSource | |
return | void |