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 |
public ReportLogger ( string fileName, AnalysisLogger parent ) : System.Collections.Generic | ||
fileName | string | |
parent | AnalysisLogger | |
return | System.Collections.Generic |
public ReportLogger ( string fileName, string exceptionsFilename, AnalysisLogger parent ) : System.Collections.Generic | ||
fileName | string | |
exceptionsFilename | string | |
parent | AnalysisLogger | |
return | System.Collections.Generic |
public WriteMessage ( string message ) : void | ||
message | string | |
return | void |
public WriteWarning ( string message ) : void | ||
message | string | |
return | void |