Interface DebugHandler

All Known Implementing Classes:
LogHandler

public interface DebugHandler
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    handle(Class<?> clazz, String msg, Object... objects)
     
  • Method Details