Package com.airbnb.lottie
Interface LottieLogger
-
- All Known Implementing Classes:
LogcatLogger
public interface LottieLoggerGive ability to integrators to provide another logging mechanism.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddebug(String message)voiddebug(String message, Throwable exception)voiderror(String message, Throwable exception)voidwarning(String message)voidwarning(String message, Throwable exception)
-