Package org.anchoranalysis.core.log
Class CommonContext
Object
CommonContext
A logger with additional configuration that are coupled together widely in the code.
-
Constructor Summary
ConstructorsConstructorDescriptionCommonContext
(Logger logger, Path modelDirectory) Creates a newCommonContext
instance. -
Method Summary
-
Constructor Details
-
CommonContext
Creates a newCommonContext
instance.- Parameters:
logger
- The logger.modelDirectory
- Directory where machine-learning models can be found.
-
-
Method Details