Méthode | Description | |
---|---|---|
BuildNotificationLogger ( |
Initializes a new instance of the BuildNotificationLogger class.
|
|
HandleError ( Microsoft.Build.Framework.BuildErrorEventArgs error ) : void |
Outputs an error.
|
|
HandleMessage ( string message, MessageImportance importance = MessageImportance.Normal ) : void |
Handle a raised message.
|
|
HandleWarning ( Microsoft.Build.Framework.BuildWarningEventArgs warning ) : void |
Outputs a warning.
|
|
Initialize ( IEventSource buildEventSource ) : void |
Initialises the logger.
|
|
Shutdown ( ) : void |
Cleans up.
|
Méthode | Description | |
---|---|---|
OutputMessage ( MessageImportance importance ) : bool |
Decides whether a message shuld be output depending on the verbosity of the logger.
|
public BuildNotificationLogger ( |
||
notifications | The notifications. | |
Résultat | System |
public HandleError ( Microsoft.Build.Framework.BuildErrorEventArgs error ) : void | ||
error | Microsoft.Build.Framework.BuildErrorEventArgs | /// The error. /// |
Résultat | void |
public HandleMessage ( string message, MessageImportance importance = MessageImportance.Normal ) : void | ||
message | string | /// The message. /// |
importance | MessageImportance | /// The importance. /// |
Résultat | void |
public HandleWarning ( Microsoft.Build.Framework.BuildWarningEventArgs warning ) : void | ||
warning | Microsoft.Build.Framework.BuildWarningEventArgs | /// The warning. /// |
Résultat | void |
public Initialize ( IEventSource buildEventSource ) : void | ||
buildEventSource | IEventSource | /// The event source. /// |
Résultat | void |