Package com.biglybt.pif.logging
Interface LoggerAlertListener
-
public interface LoggerAlertListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
alertLogged(int alert_type, java.lang.String message, boolean repeatable)
void
alertLogged(java.lang.String message, java.lang.Throwable e, boolean repeatable)
-