Interface TetradLoggerListener


public interface TetradLoggerListener
A listener for tetrad's logger.
Version:
$Id: $Id
Author:
Tyler Gibson
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Invoked whenever a logger configuration is set on the TetradLogger 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

      void configurationActivated(TetradLoggerEvent evt)
      Invoked whenever a logger configuration is set on the TetradLogger and the logger is active (i.e., logging isn't turned off etc).
      Parameters:
      evt - a TetradLoggerEvent object
    • configurationDeactivated

      void configurationDeactivated(TetradLoggerEvent evt)
      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 - a TetradLoggerEvent object