GigyaLogger

open class GigyaLogger

Gigya custom Android logger class. Logs are issued only when DEBUG is set to TRUE.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open var IOC: Boolean

Functions

Link copied to clipboard
open fun debug(tag: String, message: String)
Link copied to clipboard
open fun enableSmartLog(appContext: Context)
Link copied to clipboard
open fun error(tag: String, message: String)
Link copied to clipboard
open fun exportSmartLog(context: Context)
Link copied to clipboard
open fun info(tag: String, message: String)
Link copied to clipboard
open fun ioc(tag: String, message: String)
Link copied to clipboard
open fun isDebug(): Boolean
Link copied to clipboard
open fun setDebugMode(debugModeEnabled: Boolean)