Package 

Interface Logger


  • 
    public interface Logger
    
                        

    Logs internal messages from within the bugsnag notifier.

    • Method Summary

      Modifier and Type Method Description
      Unit e(String msg) Logs a message at the error level.
      Unit e(String msg, Throwable throwable) Logs a message at the error level.
      Unit w(String msg) Logs a message at the warning level.
      Unit w(String msg, Throwable throwable) Logs a message at the warning level.
      Unit i(String msg) Logs a message at the info level.
      Unit i(String msg, Throwable throwable) Logs a message at the info level.
      Unit d(String msg) Logs a message at the debug level.
      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