Package in.dragonbra.javasteam.util.log
Interface LogListener
-
- All Known Implementing Classes:
DefaultLogListener
public interface LogListener- Since:
- 2018-03-02
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonError(java.lang.Class<?> clazz, java.lang.String message, java.lang.Throwable throwable)voidonLog(java.lang.Class<?> clazz, java.lang.String message, java.lang.Throwable throwable)
-