Class ToTextFileBase
Object
org.anchoranalysis.bean.AnchorBean<LoggingDestination>
org.anchoranalysis.experiment.bean.log.LoggingDestination
org.anchoranalysis.experiment.bean.log.ToTextFileBase
- Direct Known Subclasses:
ToTextFile,ToTextFileOnlyIfFailure
public abstract class ToTextFileBase extends LoggingDestination
Logs messages to a text-file create in the output-directory.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors Constructor Description ToTextFileBase() -
Method Summary
Modifier and Type Method Description StringgetOutputName()The name to use (without extension) for the text-file logvoidsetOutputName(String outputName)The name to use (without extension) for the text-file logMethods inherited from class org.anchoranalysis.experiment.bean.log.LoggingDestination
create, createWithConsoleFallback, createWithLogFallbackMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ToTextFileBase
public ToTextFileBase()
-
-
Method Details
-
getOutputName
The name to use (without extension) for the text-file log -
setOutputName
The name to use (without extension) for the text-file log
-