Package com.wombat.mama
Interface MamaLogFileCallback2
-
- All Superinterfaces:
MamaLogFileCallback
public interface MamaLogFileCallback2 extends MamaLogFileCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onLog(MamaLogLevel level, java.lang.String message)
-
Methods inherited from interface com.wombat.mama.MamaLogFileCallback
onLogSizeExceeded
-
-
-
-
Method Detail
-
onLog
void onLog(MamaLogLevel level, java.lang.String message)
-
-