Interface DebugCtl.DbgListener

All Known Implementing Classes:
APRSStack, AX25Stack, GPSParser
Enclosing class:
DebugCtl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public static interface DebugCtl.DbgListener
Implementors of this interface, if registered with the DebugCtl.addDbgListener(DbgListener, String, String) method, can be informed of dynamic changes in the debug flags.
Author:
Andrew Pavlin, KA2DDO
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setDebug(String categoryName, boolean setting)
    Specify if a specific category of debug messages should be printed out.
  • Method Details

    • setDebug

      void setDebug(String categoryName, boolean setting)
      Specify if a specific category of debug messages should be printed out.
      Parameters:
      categoryName - String name of category to enable debug logging for
      setting - boolean true or false to enable or disable debugging this category