-
public class AFLogger extends AFLoggerBase
Created by Paz Lavi on 06,September,2023 paz.lavi@appsflyer.com
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumAFLogger.LogLevel
-
Field Summary
Fields Modifier and Type Field Description private final BooleanshouldExtendMsgpublic final static AFLoggerINSTANCE
-
Method Summary
Modifier and Type Method Description final <ERROR CLASS>registerClient(AFLoggerBase client)final <ERROR CLASS>unregisterClient(AFLoggerBase client)<ERROR CLASS>d(LogTag tag, String msg, Boolean shouldRemoteDebug)<ERROR CLASS>e(LogTag tag, String msg, Throwable throwable, Boolean printMsg, Boolean printThrowable, Boolean shouldReportToExManager, Boolean shouldRemoteDebug)<ERROR CLASS>i(LogTag tag, String msg, Boolean shouldRemoteDebug)<ERROR CLASS>w(LogTag tag, String msg, Boolean shouldRemoteDebug)<ERROR CLASS>v(LogTag tag, String msg, Boolean shouldRemoteDebug)<ERROR CLASS>force(LogTag tag, String msg)final static UnitafInfoLog(String logMessage, Boolean shouldRemoteDebug)final static <ERROR CLASS>afInfoLog(String logMessage)final static UnitafDebugLog(String debugLogMessage, Boolean shouldRemoteDebug)final static <ERROR CLASS>afDebugLog(String debugLogMessage)final static <ERROR CLASS>afErrorLog(String message, Throwable ex, Boolean printMessage, Boolean printThrowable, Boolean shouldReportToExManager)final static <ERROR CLASS>afErrorLog(String errorLogMessage, Throwable ex)final static <ERROR CLASS>afErrorLog(String errorLogMessage, Throwable ex, Boolean printThrowable)final static UnitafErrorLog(String errorLogMessage, Throwable ex, Boolean printThrowable, Boolean shouldReportToExManager)final static <ERROR CLASS>afWarnLog(String warningLogMessage, Boolean shouldRemoteDebug)final static <ERROR CLASS>afWarnLog(String warningLogMessage)final static <ERROR CLASS>afVerboseLog(String rdLogMessage)final static <ERROR CLASS>afRDLog(String rdLogMessage)final static <ERROR CLASS>afLogForce(String logMessage)final static <ERROR CLASS>afErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex)final static <ERROR CLASS>afErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex, Boolean disableReporting)BooleangetShouldExtendMsg()-
-
Method Detail
-
registerClient
final <ERROR CLASS> registerClient(AFLoggerBase client)
-
unregisterClient
final <ERROR CLASS> unregisterClient(AFLoggerBase client)
-
e
<ERROR CLASS> e(LogTag tag, String msg, Throwable throwable, Boolean printMsg, Boolean printThrowable, Boolean shouldReportToExManager, Boolean shouldRemoteDebug)
-
afInfoLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.i()), level = DeprecationLevel.WARNING) final static Unit afInfoLog(String logMessage, Boolean shouldRemoteDebug)
-
afInfoLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.i()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afInfoLog(String logMessage)
-
afDebugLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.d()), level = DeprecationLevel.WARNING) final static Unit afDebugLog(String debugLogMessage, Boolean shouldRemoteDebug)
-
afDebugLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.d()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afDebugLog(String debugLogMessage)
-
afErrorLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.e()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afErrorLog(String message, Throwable ex, Boolean printMessage, Boolean printThrowable, Boolean shouldReportToExManager)
-
afErrorLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.e()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afErrorLog(String errorLogMessage, Throwable ex)
-
afErrorLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.e()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afErrorLog(String errorLogMessage, Throwable ex, Boolean printThrowable)
-
afErrorLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.e()), level = DeprecationLevel.WARNING) final static Unit afErrorLog(String errorLogMessage, Throwable ex, Boolean printThrowable, Boolean shouldReportToExManager)
-
afWarnLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.w()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afWarnLog(String warningLogMessage, Boolean shouldRemoteDebug)
-
afWarnLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.w()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afWarnLog(String warningLogMessage)
-
afVerboseLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.v()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afVerboseLog(String rdLogMessage)
-
afRDLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.v()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afRDLog(String rdLogMessage)
-
afLogForce
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.force()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afLogForce(String logMessage)
-
afErrorLogForExcManagerOnly
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.e()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex)
-
afErrorLogForExcManagerOnly
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.e()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afErrorLogForExcManagerOnly(String errorLogMessage, Throwable ex, Boolean disableReporting)
-
getShouldExtendMsg
Boolean getShouldExtendMsg()
-
-
-
-