-
public class AFLogger extends AFLoggerBaseCreated 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 <ERROR CLASS>afInfoLog(String logMessage)final static <ERROR CLASS>afDebugLog(String debugLogMessage)final static <ERROR CLASS>afWarnLog(String warningLogMessage)final static <ERROR CLASS>afErrorLog(String errorLogMessage, Throwable ex)final static <ERROR CLASS>afErrorLog(String errorLogMessage, Throwable ex, Boolean printThrowable)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 <ERROR CLASS> afInfoLog(String logMessage)
-
afDebugLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.d()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afDebugLog(String debugLogMessage)
-
afWarnLog
@Deprecated(message = Deprecated since v6.13.0, replaceWith = @ReplaceWith(imports = {}, expression = AFLogger.w()), level = DeprecationLevel.WARNING) final static <ERROR CLASS> afWarnLog(String warningLogMessage)
-
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)
-
getShouldExtendMsg
Boolean getShouldExtendMsg()
-
-
-
-