Class Logger


  • public class Logger
    extends Object
    Singleton object for logging. If you want to provide a custom logger implementation, implements LottieLogger interface in a custom class and replace Logger.instance
    • Constructor Detail

      • Logger

        public Logger()
    • Method Detail

      • setInstance

        public static void setInstance​(LottieLogger instance)
      • debug

        public static void debug​(String message)
      • debug

        public static void debug​(String message,
                                 Throwable exception)
      • warning

        public static void warning​(String message)
      • warning

        public static void warning​(String message,
                                   Throwable exception)
      • error

        public static void error​(String message,
                                 Throwable exception)