-
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 voidafErrorLog(String message, Throwable ex, boolean printMessage, boolean printThrowable, boolean shouldReportToExManager)static voidafRDLog(String rdLogMessage)static voidafDebugLog(String debugLogMessage)static voidafInfoLog(String logMessage)static voidafErrorLog(String errorLogMessage, Throwable ex)static voidafErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex)static voidafErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex, boolean disableReporting)static voidafErrorLog(String errorLogMessage, Throwable ex, boolean printThrowable)static voidafErrorLog(String errorLogMessage, Throwable ex, boolean printThrowable, boolean shouldReportToExManager)static voidafErrorLog(Throwable t)Please stop using this method static voidafWarnLog(String warningLogMessage)-
-
Method Detail
-
afErrorLog
static void afErrorLog(String message, Throwable ex, boolean printMessage, boolean printThrowable, boolean shouldReportToExManager)
-
afDebugLog
static void afDebugLog(String debugLogMessage)
-
afErrorLog
static void afErrorLog(String errorLogMessage, Throwable ex)
-
afErrorLogForExcManagerOnly
static void afErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex)
-
afErrorLogForExcManagerOnly
static void afErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex, boolean disableReporting)
-
afErrorLog
static void afErrorLog(String errorLogMessage, Throwable ex, boolean printThrowable)
-
afErrorLog
static void afErrorLog(String errorLogMessage, Throwable ex, boolean printThrowable, boolean shouldReportToExManager)
-
afErrorLog
@Deprecated() static void afErrorLog(Throwable t)
Please stop using this method
- Parameters:
t- Throwable
-
-
-
-