-
public class ConnectorLoggerThin wrapper around AFLogger so call sites use non-deprecated AFLogger.d, AFLogger.w, and AFLogger.e with LogTag.OTHER.
-
-
Field Summary
Fields Modifier and Type Field Description public final static ConnectorLoggerINSTANCE
-
Method Summary
Modifier and Type Method Description final static Unitd(String message)final static Unitd(String message, Boolean shouldRemoteDebug)final static Unitw(String message)final static Unite(String message, Throwable throwable)final static Unite(String message, Throwable throwable, Boolean printThrowable)
-