STREAMWIDE SDK Android 3.12.1
STREAMWIDE SDK Android 3.12.1
/
com.streamwide.smartms.lib.hardware.logger
/
Logger
/
LoggerDelegate
Logger
Delegate
interface
LoggerDelegate
Content copied to clipboard
Functions
Inheritors
Functions
debug
Link copied to clipboard
abstract
fun
debug
(
@
NonNull
tag
:
String
,
@
NonNull
message
:
String
)
Content copied to clipboard
error
Link copied to clipboard
abstract
fun
error
(
@
NonNull
tag
:
String
,
@
NonNull
message
:
String
)
Content copied to clipboard
abstract
fun
error
(
@
NonNull
tag
:
String
,
@
NonNull
message
:
String
,
@
Nullable
exception
:
Throwable
)
Content copied to clipboard
info
Link copied to clipboard
abstract
fun
info
(
@
NonNull
tag
:
String
,
@
NonNull
message
:
String
)
Content copied to clipboard
Inheritors
DefaultLoggerDelegate
Link copied to clipboard