toggle menu
Gamebase SDK for Android
2.63.0
androidJvm
switch theme
search in API
gamebase-sdk
/
com.toast.android.gamebase.base.log
/
Loggable
Loggable
interface
Loggable
Members
Functions
get
Message
Prefix
Link copied to clipboard
abstract
fun
getMessagePrefix
(
)
:
String
is
Loggable
Link copied to clipboard
abstract
fun
isLoggable
(
level
:
Int
,
priority
:
Int
)
:
Boolean
println
Link copied to clipboard
abstract
fun
println
(
priority
:
Int
,
tag
:
String
,
msg
:
String
,
tr
:
Throwable
)
Instructs first LogNode in the list to print the log data provided.
set
Message
Prefix
Link copied to clipboard
abstract
fun
setMessagePrefix
(
prefix
:
String
)