C# Class StaticAnalysis.ReportLogger

Abstract report logger - used as an abstraction over typed loggers.
Afficher le fichier Open project: Azure/azure-powershell

Méthodes publiques

Méthode Description
ReportLogger ( string fileName, AnalysisLogger parent ) : System.Collections.Generic
ReportLogger ( string fileName, string exceptionsFilename, AnalysisLogger parent ) : System.Collections.Generic
WriteError ( string error ) : void
WriteMessage ( string message ) : void
WriteWarning ( string message ) : void

Method Details

ReportLogger() public méthode

public ReportLogger ( string fileName, AnalysisLogger parent ) : System.Collections.Generic
fileName string
parent AnalysisLogger
Résultat System.Collections.Generic

ReportLogger() public méthode

public ReportLogger ( string fileName, string exceptionsFilename, AnalysisLogger parent ) : System.Collections.Generic
fileName string
exceptionsFilename string
parent AnalysisLogger
Résultat System.Collections.Generic

WriteError() public méthode

public WriteError ( string error ) : void
error string
Résultat void

WriteMessage() public méthode

public WriteMessage ( string message ) : void
message string
Résultat void

WriteWarning() public méthode

public WriteWarning ( string message ) : void
message string
Résultat void