C# Class Microsoft.DocAsCode.Common.ReportLogListener

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Flush ( ) : void
ReportLogListener ( StreamWriter writer, string repoRoot, string root ) : System
ReportLogListener ( string reportPath, string repoRoot, string root ) : System
WriteLine ( ILogItem item ) : void

Private Methods

Méthode Description
GetSeverity ( LogLevel level ) : MessageSeverity
TransformFile ( string fileFromRoot ) : string

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

ReportLogListener() public méthode

public ReportLogListener ( StreamWriter writer, string repoRoot, string root ) : System
writer System.IO.StreamWriter
repoRoot string
root string
Résultat System

ReportLogListener() public méthode

public ReportLogListener ( string reportPath, string repoRoot, string root ) : System
reportPath string
repoRoot string
root string
Résultat System

WriteLine() public méthode

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