Package org.anchoranalysis.experiment.bean.log
package org.anchoranalysis.experiment.bean.log
Different approaches to where messages on the progress/status of an experiment are logged to.
-
ClassesClassDescriptionThe destination(s) to which log-messages are sent.Logs messages to a particular location ONLY if debug-mode is enabled.Does nothing (i.e. simply ignores) with any messages logged.Switches between two log-reporters depending on whether detailed logging is switched on or notLogs messages to the console.Rather than logging to one location, logs to multiple locations (from a list).Logs to a text-file created in the output-directory under a particular name.Logs messages to a text-file create in the output-directory.Logs to a text file like with
ToTextFile
but the log is ONLY written if a failure occurs in the experiment.