toggle menu
klog
0.0.2-beta05
common
switch theme
search in API
klog
/
klog
/
KLogFactory
KLog
Factory
abstract
class
KLogFactory
Inheritors
DefaultLogFactory
Members
Constructors
KLog
Factory
Link copied to clipboard
constructor
(
)
Functions
apply
To
Branch
Link copied to clipboard
abstract
fun
applyToBranch
(
tag
:
String
,
toApply
:
KLog
.
(
)
->
Unit
)
get
Link copied to clipboard
abstract
operator
fun
get
(
tag
:
String
)
:
KLog
get
Logs
Link copied to clipboard
abstract
fun
getLogs
(
)
:
Set
<
KLog
>