C# Class Microsoft.DocAsCode.Common.Tests.TestLoggerListener

Inheritance: ILoggerListener
显示文件 Open project: dotnet/docfx Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Flush ( ) : void
TakeAndRemove ( ) : ILogItem
TestLoggerListener ( string phase = null ) : System.Collections.Generic
WriteLine ( ILogItem item ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

TakeAndRemove() public method

public TakeAndRemove ( ) : ILogItem
return ILogItem

TestLoggerListener() public method

public TestLoggerListener ( string phase = null ) : System.Collections.Generic
phase string
return System.Collections.Generic

WriteLine() public method

public WriteLine ( ILogItem item ) : void
item ILogItem
return void