Uses of Class
org.anchoranalysis.experiment.bean.log.ToTextFileBase
| Package | Description |
|---|---|
| org.anchoranalysis.experiment.bean.log |
Different approaches to where messages on the progress/status of an experiment are logged to.
|
-
Uses of ToTextFileBase in org.anchoranalysis.experiment.bean.log
Subclasses of ToTextFileBase in org.anchoranalysis.experiment.bean.log Modifier and Type Class Description classToTextFileLogs to a text-file created in the output-directory under a particular name.classToTextFileOnlyIfFailureLogs to a text file like withToTextFilebut the log is ONLY written if a failure occurs in the experiment.