C# 클래스 Microsoft.DocAsCode.Dfm.Tests.TestLoggerListener

상속: ILoggerListener
파일 보기 프로젝트 열기: dotnet/docfx 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
Flush ( ) : void
TestLoggerListener ( string phase ) : System.Collections.Generic
WriteLine ( ILogItem item ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

TestLoggerListener() 공개 메소드

public TestLoggerListener ( string phase ) : System.Collections.Generic
phase string
리턴 System.Collections.Generic

WriteLine() 공개 메소드

public WriteLine ( ILogItem item ) : void
item ILogItem
리턴 void