toggle menu
EasyNearby API
jvm
switch theme
search in API
core
/
io.github.easynearby.core.loggging
/
Logger
Logger
interface
Logger
Simple logger interface
Members
Functions
log
D
Link copied to clipboard
abstract
fun
logD
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
log
E
Link copied to clipboard
abstract
fun
logE
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
log
I
Link copied to clipboard
abstract
fun
logI
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)
log
W
Link copied to clipboard
abstract
fun
logW
(
tag
:
String
,
msg
:
String
,
throwable
:
Throwable
?
)