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 TypeClassDescriptionclassLogger configuration.static classRepresents 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 TypeMethodDescriptionvoidTetradLogger.addTetradLoggerConfig(Class<?> model, TetradLoggerConfig config) Adds the givenTetradLoggerConfigto the logger, so that it can be used throughout the life of the application.voidTetradLogger.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 theTetradLoggerConfigassociated with the event if there is one