Package edu.cmu.tetrad.util
Interface TetradLoggerListener
public interface TetradLoggerListener
A listener for tetrad's logger.
- Version:
- $Id: $Id
- Author:
- Tyler Gibson
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Invoked whenever a logger configuration is set on theTetradLogger
and the logger is active (i.e., logging isn't turned off etc).void
Invoked whenever a previously set logger config is resert or set to null and the logger is active (i.e., logging isn't turned off etc).
-
Method Details
-
configurationActivated
Invoked whenever a logger configuration is set on theTetradLogger
and the logger is active (i.e., logging isn't turned off etc).- Parameters:
evt
- aTetradLoggerEvent
object
-
configurationDeactivated
Invoked whenever a previously set logger config is resert or set to null and the logger is active (i.e., logging isn't turned off etc).- Parameters:
evt
- aTetradLoggerEvent
object
-