public interface LottieLogger
Give ability to integrators to provide another logging mechanism.
abstract void
debug(String message)
debug(String message, Throwable exception)
warning(String message)
warning(String message, Throwable exception)
error(String message, Throwable exception)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
abstract void debug(String message)
abstract void debug(String message, Throwable exception)
abstract void warning(String message)
abstract void warning(String message, Throwable exception)
abstract void error(String message, Throwable exception)