Package 

Interface LottieLogger


  • 
    public interface LottieLogger
    
                        

    Give ability to integrators to provide another logging mechanism.

    • Method Summary

      Modifier and Type Method Description
      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)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait