Uses of Interface
edu.cmu.tetrad.util.TetradLoggerConfig
Packages that use TetradLoggerConfig
-
Uses of TetradLoggerConfig in edu.cmu.tetrad.session
Methods in edu.cmu.tetrad.session that return TetradLoggerConfigModifier and TypeMethodDescriptionSessionNode.getLoggerConfig()
SessionNode.getLoggerConfig
(Class modelClass) -
Uses of TetradLoggerConfig in edu.cmu.tetrad.util
Classes in edu.cmu.tetrad.util that implement TetradLoggerConfigModifier and TypeClassDescriptionclass
Logger configuration.static class
A empty config, where no event is active.Methods in edu.cmu.tetrad.util that return TetradLoggerConfigModifier and TypeMethodDescriptionDefaultTetradLoggerConfig.copy()
TetradLogger.EmptyConfig.copy()
TetradLoggerConfig.copy()
TetradLogger.getLoggerConfig()
TetradLogger.getLoggerForClass
(Class clazz) TetradLoggerEvent.getTetradLoggerConfig()
Methods in edu.cmu.tetrad.util with parameters of type TetradLoggerConfigModifier and TypeMethodDescriptionvoid
TetradLogger.addTetradLoggerConfig
(Class model, TetradLoggerConfig config) Adds the givenTetradLoggerConfig
to the logger, so that it can be used throughout the life of the application.void
TetradLogger.setTetradLoggerConfig
(TetradLoggerConfig config) Sets what configuration should be used to determine which events to log.Constructors in edu.cmu.tetrad.util with parameters of type TetradLoggerConfigModifierConstructorDescriptionTetradLoggerEvent
(Object source, TetradLoggerConfig config) Constructs the event given the source and theTetradLoggerConfig
associated with the event if there is one