Package 

Interface Logger


  • 
    public interface Logger
    
                        

    Interface for Backtrace Android library used for logging internal library messages.

    Defines methods for logging at various levels, such as debug, warning, and error. Implementing classes will provide the actual logging functionality, ensuring consistent message logging across the library.

    • Method Summary

      Modifier and Type Method Description
      abstract int d(String tag, String message)
      abstract int w(String tag, String message)
      abstract int e(String tag, String message)
      abstract int e(String tag, String message, Throwable tr)
      • Methods inherited from class java.lang.Object

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