nugu-android
nugu-interface
/
com.skt.nugu.sdk.core.utils
/
Logger
Logger
object
Logger
:
LogInterface
Content copied to clipboard
Functions
Properties
Functions
d
Link copied to clipboard
open
override
fun
d
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
Send a debugging log
e
Link copied to clipboard
open
override
fun
e
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
Send an error log
i
Link copied to clipboard
open
override
fun
i
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
Send an information log
w
Link copied to clipboard
open
override
fun
w
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
Content copied to clipboard
Send a warning log
Properties
logger
Link copied to clipboard
var
logger
:
LogInterface
?
=
null
Content copied to clipboard