Uses of Interface
edu.cmu.tetrad.util.TetradLoggerConfig
Packages that use TetradLoggerConfig
-
Uses of TetradLoggerConfig in edu.cmu.tetrad.util
Classes in edu.cmu.tetrad.util that implement TetradLoggerConfigModifier and TypeClassDescriptionclass
Logger configuration.static class
Represents an empty configuration for the logger.Methods in edu.cmu.tetrad.util that return TetradLoggerConfigModifier and TypeMethodDescriptionDefaultTetradLoggerConfig.copy()
copy.TetradLogger.EmptyConfig.copy()
copy.TetradLoggerConfig.copy()
Creates a copy of the TetradLoggerConfig object.TetradLogger.getLoggerForClass
(Class<?> clazz) getLoggerForClass.TetradLoggerEvent.getTetradLoggerConfig()
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