Package 

Interface Logger


  • 
    public interface Logger
    
                        

    Logs internal messages from within the bugsnag notifier.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      public class Logger.Global
    • Method Summary

      Modifier and Type Method Description
      abstract Unit e(String msg) Logs a message at the error level.
      abstract Unit e(String msg, Throwable throwable) Logs a message at the error level.
      abstract Unit w(String msg) Logs a message at the warning level.
      abstract Unit w(String msg, Throwable throwable) Logs a message at the warning level.
      abstract Unit i(String msg) Logs a message at the info level.
      abstract Unit i(String msg, Throwable throwable) Logs a message at the info level.
      abstract Unit d(String msg) Logs a message at the debug level.
      abstract Unit d(String msg, Throwable throwable) Logs a message at the debug level.
      • Methods inherited from class java.lang.Object

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