-
public class GigyaLoggerGigya custom Android logger class. Logs are issued only when DEBUG is set to TRUE.
-
-
Field Summary
Fields Modifier and Type Field Description public static booleanIOC
-
Method Summary
Modifier and Type Method Description static voidsetDebugMode(boolean debugModeEnabled)static booleanisDebug()static voiddebug(String tag, String message)static voiderror(String tag, String message)static voidinfo(String tag, String message)static voidioc(String tag, String message)static voidenableSmartLog(Context appContext)static voidexportSmartLog(Context context)-
-
Method Detail
-
setDebugMode
static void setDebugMode(boolean debugModeEnabled)
-
isDebug
static boolean isDebug()
-
enableSmartLog
static void enableSmartLog(Context appContext)
-
exportSmartLog
static void exportSmartLog(Context context)
-
-
-
-