C# Класс FlatRedBall.Content.ErrorLogger

Custom implementation of the MSBuild ILogger interface records content build errors so we can later display them to the user.
Наследование: ILogger
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание

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

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

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

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

Handles error notification events by storing the error message string.
public ErrorRaised ( object sender, Microsoft.Build.Framework.BuildErrorEventArgs e ) : void
sender object
e Microsoft.Build.Framework.BuildErrorEventArgs
Результат void

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

Initializes the custom logger, hooking the ErrorRaised notification event.
public Initialize ( IEventSource eventSource ) : void
eventSource IEventSource
Результат void

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

Shuts down the custom logger.
public Shutdown ( ) : void
Результат void