nugu-android
nugu-android-helper
/
com.skt.nugu.sdk.platform.android.log
/
AndroidLogger
Android
Logger
class
AndroidLogger
:
LogInterface
Content copied to clipboard
Default Implementation of
LogInterface
for android
Constructors
Functions
Constructors
Android
Logger
Link copied to clipboard
fun
AndroidLogger
(
)
Content copied to clipboard
Functions
d
Link copied to clipboard
open
override
fun
d
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
e
Link copied to clipboard
open
override
fun
e
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
i
Link copied to clipboard
open
override
fun
i
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
w
Link copied to clipboard
open
override
fun
w
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard