C# Класс WebApplications.Utilities.Initializer.Test.UnitTestBuildLogger

Implements a logger for use by a project builder during testing.
Наследование: Logger
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Log ( string message ) : void

Logs the specified message.

LogError ( string error ) : void

Logs the specified message.

SafeFormat ( string message ) : string

Safe format method.

Описание методов

Initialize() публичный Метод

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
Результат void

Shutdown() публичный Метод

Shutdown() is guaranteed to be called by MSBuild at the end of the build, after all events have been raised.
public Shutdown ( ) : void
Результат void