klog
0.0.2-beta01
common
klog
/
klog
/
KLogFactory
KLog
Factory
abstract
class
KLogFactory
Constructors
Functions
Inheritors
Constructors
KLog
Factory
Link copied to clipboard
fun
KLogFactory
(
)
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
>
Inheritors
DefaultLogFactory
Link copied to clipboard