kslog
0.1.0
common
kslog
/
dev.inmo.kslog.common
/
KSLog
KSLog
common
fun
KSLog
(
defaultTag
:
String
,
filter
:
(
l
:
LogLevel
,
t
:
String
,
m
:
String
,
Throwable
?
)
->
Boolean
)
:
KSLog
Content copied to clipboard
fun
KSLog
(
defaultTag
:
String
,
levels
:
Iterable
<
LogLevel
>
)
:
KSLog
Content copied to clipboard
fun
KSLog
(
defaultTag
:
String
,
firstLevel
:
LogLevel
,
secondLevel
:
LogLevel
,
vararg
otherLevels
:
LogLevel
)
:
KSLog
Content copied to clipboard
fun
KSLog
(
defaultTag
:
String
,
minLoggingLevel
:
LogLevel
=
LogLevel.VERBOSE
)
:
KSLog
Content copied to clipboard
Sources
common source
Link copied to clipboard
common source
Link copied to clipboard
common source
Link copied to clipboard
common source
Link copied to clipboard