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

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
TestLoggerListener ( string phase ) : 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

TestLoggerListener() public méthode

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

WriteLine() public méthode

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