Method | Description | |
---|---|---|
Headers ( ) : String | ||
LogEntry ( AnalysisType procedure, string filename, AST address, string original_value, string erroneous_value, double output_error_magnitude, double num_input_error_magnitude, double str_input_error_magnitude, bool was_flagged, bool was_error, double significance, double threshold ) : System | ||
WriteLog ( String logfile ) : void |
public LogEntry ( AnalysisType procedure, string filename, AST address, string original_value, string erroneous_value, double output_error_magnitude, double num_input_error_magnitude, double str_input_error_magnitude, bool was_flagged, bool was_error, double significance, double threshold ) : System | ||
procedure | AnalysisType | |
filename | string | |
address | AST | |
original_value | string | |
erroneous_value | string | |
output_error_magnitude | double | |
num_input_error_magnitude | double | |
str_input_error_magnitude | double | |
was_flagged | bool | |
was_error | bool | |
significance | double | |
threshold | double | |
return | System |