toggle menu
yorkie
0.4.25-rc
androidJvm
switch theme
search in API
yorkie
/
dev.yorkie.util
/
Logger
Logger
interface
Logger
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
minimum
Priority
Link copied to clipboard
abstract
val
minimumPriority
:
Int
Minimum priority to log. It should be either
Log.DEBUG
or
Log.ERROR
Functions
d
Link copied to clipboard
abstract
fun
d
(
tag
:
String
,
message
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
)
e
Link copied to clipboard
abstract
fun
e
(
tag
:
String
,
message
:
String
?
=
null
,
throwable
:
Throwable
?
=
null
)