Interface TetradLoggerListener


public interface TetradLoggerListener
A listener for tetrad's logger.
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

    • configurationActived

      void configurationActived(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).
    • configurationDeactived

      void configurationDeactived(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).