Package org.anchoranalysis.experiment.bean.log

Different approaches to where messages on the progress/status of an experiment are logged to.
  • Class Summary 
    Class Description
    LoggingDestination
    The destination(s) to which log-messages are sent.
    OnlyIf
    Logs messages to a particular location ONLY if debug-mode is enabled.
    StatefulNullMessageLogger
    Does nothing (i.e.
    SwitchDetailedLogging
    Switches between two log-reporters depending on whether detailed logging is switched on or not
    ToConsole
    Logs messages to the console.
    ToMultiple
    Rather than logging to one location, logs to multiple locations (from a list).
    ToTextFile
    Logs to a text-file created in the output-directory under a particular name.
    ToTextFileBase
    Logs messages to a text-file create in the output-directory.
    ToTextFileOnlyIfFailure
    Logs to a text file like with ToTextFile but the log is ONLY written if a failure occurs in the experiment.