Class LogcatLogger

  • All Implemented Interfaces:
    LottieLogger

    public class LogcatLogger
    extends java.lang.Object
    implements LottieLogger
    Default logger. Warnings with same message will only be logged once.
    • Constructor Summary

      Constructors 
      Constructor Description
      LogcatLogger()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void debug​(java.lang.String message)  
      void debug​(java.lang.String message, java.lang.Throwable exception)  
      void error​(java.lang.String message, java.lang.Throwable exception)  
      void warning​(java.lang.String message)  
      void warning​(java.lang.String message, java.lang.Throwable exception)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • LogcatLogger

        public LogcatLogger()
    • Method Detail

      • debug

        public void debug​(java.lang.String message)
        Specified by:
        debug in interface LottieLogger
      • debug

        public void debug​(java.lang.String message,
                          java.lang.Throwable exception)
        Specified by:
        debug in interface LottieLogger
      • warning

        public void warning​(java.lang.String message)
        Specified by:
        warning in interface LottieLogger
      • warning

        public void warning​(java.lang.String message,
                            java.lang.Throwable exception)
        Specified by:
        warning in interface LottieLogger
      • error

        public void error​(java.lang.String message,
                          java.lang.Throwable exception)
        Specified by:
        error in interface LottieLogger