Package 

Object ConnectorLogger


  • 
    public class ConnectorLogger
    
                        

    Thin wrapper around AFLogger so call sites use non-deprecated AFLogger.d, AFLogger.w, and AFLogger.e with LogTag.OTHER.

    • Method Summary

      Modifier and Type Method Description
      final static Unit d(String message)
      final static Unit d(String message, Boolean shouldRemoteDebug)
      final static Unit w(String message)
      final static Unit e(String message, Throwable throwable)
      final static Unit e(String message, Throwable throwable, Boolean printThrowable)
      • Methods inherited from class java.lang.Object

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