-
public class AFLogger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAFLogger.LogLevel
-
Method Summary
Modifier and Type Method Description static voidafInfoLog(String logMessage, boolean shouldRemoteDebug)static voidafRDLog(String rdLogMessage)static voidafDebugLog(String debugLogMessage)static voidafInfoLog(String logMessage)static voidafErrorLog(String errorLogMessage, Throwable ex)static voidafErrorLog(String errorLogMessage, Throwable ex, boolean printThrowable)static voidafErrorLog(Throwable t)static voidafWarnLog(String warningLogMessage)-
-
Method Detail
-
afDebugLog
static void afDebugLog(String debugLogMessage)
-
afErrorLog
static void afErrorLog(String errorLogMessage, Throwable ex)
-
afErrorLog
static void afErrorLog(String errorLogMessage, Throwable ex, boolean printThrowable)
-
afErrorLog
static void afErrorLog(Throwable t)
-
-
-
-