toggle menu
kslog
1.4.0
common
switch theme
search in API
kslog
/
dev.inmo.kslog.common.typed
/
TypedKSLogBuilder
Typed
KSLog
Builder
class
TypedKSLogBuilder
(
preset
:
Map
<
KClass
<
*
>
?
,
KSLog
>
=
emptyMap()
)
(
source
)
Special builder for
TypedKSLog
Members
Constructors
Typed
KSLog
Builder
Link copied to clipboard
constructor
(
preset
:
Map
<
KClass
<
*
>
?
,
KSLog
>
=
emptyMap()
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
TypedKSLog
default
Link copied to clipboard
fun
default
(
with
:
KSLog
)
:
KSLog
?
fun
default
(
with
:
SimpleKSLogCallback
)
:
KSLog
?
on
Link copied to clipboard
inline
fun
<
T
:
Any
>
on
(
with
:
KSLog
)
:
KSLog
?
inline
fun
<
T
:
Any
>
on
(
noinline
with
:
SimpleKSLogCallback
)
:
KSLog
?
fun
on
(
kClass
:
KClass
<
*
>
?
,
with
:
KSLog
)
:
KSLog
?
fun
on
(
kClass
:
KClass
<
*
>
?
,
with
:
SimpleKSLogCallback
)
:
KSLog
?