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

Inheritance: ILoggerListener
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

TakeAndRemove() public méthode

public TakeAndRemove ( ) : ILogItem
Résultat ILogItem

TestLoggerListener() public méthode

public TestLoggerListener ( string phase = null ) : System.Collections.Generic
phase string
Résultat System.Collections.Generic

WriteLine() public méthode

public WriteLine ( ILogItem item ) : void
item ILogItem
Résultat void