C# 클래스 WebApplications.Utilities.Initializer.Test.UnitTestBuildLogger

Implements a logger for use by a project builder during testing.
상속: Logger
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
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