C# Class WebApplications.Utilities.Initializer.Test.UnitTestBuildLogger

Implements a logger for use by a project builder during testing.
Inheritance: Logger
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Méthode Description
Initialize ( IEventSource eventSource ) : void

Initialize is guaranteed to be called by MSBuild at the start of the build before any events are raised.

Shutdown ( ) : void

Shutdown() is guaranteed to be called by MSBuild at the end of the build, after all events have been raised.

Private Methods

Méthode Description
Log ( string message ) : void

Logs the specified message.

LogError ( string error ) : void

Logs the specified message.

SafeFormat ( string message ) : string

Safe format method.

Method Details

Initialize() public méthode

Initialize is guaranteed to be called by MSBuild at the start of the build before any events are raised.
public Initialize ( IEventSource eventSource ) : void
eventSource IEventSource
Résultat void

Shutdown() public méthode

Shutdown() is guaranteed to be called by MSBuild at the end of the build, after all events have been raised.
public Shutdown ( ) : void
Résultat void