Interface LogListener

  • All Known Implementing Classes:
    LogListener.CppProxy

    public interface LogListener
    Log interface used to listen for debug information in ZumoKit class.
    • Method Detail

      • onLog

        void onLog​(java.lang.String message)