C# Class StaticAnalysis.ReportLogger

Abstract report logger - used as an abstraction over typed loggers.
Datei anzeigen Open project: Azure/azure-powershell

Public Methods

Method 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 method

public ReportLogger ( string fileName, AnalysisLogger parent ) : System.Collections.Generic
fileName string
parent AnalysisLogger
return System.Collections.Generic

ReportLogger() public method

public ReportLogger ( string fileName, string exceptionsFilename, AnalysisLogger parent ) : System.Collections.Generic
fileName string
exceptionsFilename string
parent AnalysisLogger
return System.Collections.Generic

WriteError() public method

public WriteError ( string error ) : void
error string
return void

WriteMessage() public method

public WriteMessage ( string message ) : void
message string
return void

WriteWarning() public method

public WriteWarning ( string message ) : void
message string
return void