Class ToTextFileBase
- Direct Known Subclasses:
ToTextFile
,ToTextFileOnlyIfFailure
Logs messages to a text-file create in the output-directory.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe name to use (without extension) for the text-file logvoid
setOutputName
(String outputName) The name to use (without extension) for the text-file logMethods inherited from class org.anchoranalysis.experiment.bean.log.LoggingDestination
create, createWithConsoleFallback, createWithLogFallback
Methods 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
-