sdk-core
Toggle table of contents
7.2.0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sdk-core
sdk-core
/
com.gigya.android.sdk
/
GigyaLogger
Gigya
Logger
open
class
GigyaLogger
Gigya custom Android logger class. Logs are issued only when DEBUG is set to TRUE.
Members
Constructors
Gigya
Logger
Link copied to clipboard
constructor
(
)
Properties
IOC
Link copied to clipboard
open
var
IOC
:
Boolean
Functions
debug
Link copied to clipboard
open
fun
debug
(
tag
:
String
,
message
:
String
)
enable
Smart
Log
Link copied to clipboard
open
fun
enableSmartLog
(
appContext
:
Context
)
error
Link copied to clipboard
open
fun
error
(
tag
:
String
,
message
:
String
)
export
Smart
Log
Link copied to clipboard
open
fun
exportSmartLog
(
context
:
Context
)
info
Link copied to clipboard
open
fun
info
(
tag
:
String
,
message
:
String
)
ioc
Link copied to clipboard
open
fun
ioc
(
tag
:
String
,
message
:
String
)
is
Debug
Link copied to clipboard
open
fun
isDebug
(
)
:
Boolean
set
Debug
Mode
Link copied to clipboard
open
fun
setDebugMode
(
debugModeEnabled
:
Boolean
)