klog
0.0.1-alpha30
common
klog
/
org.danbrough.klog
/
KLogFactory
KLog
Factory
common
abstract
class
KLogFactory
Content copied to clipboard
Constructors
Functions
Inheritors
Constructors
KLog
Factory
Link copied to clipboard
common
fun
KLogFactory
(
)
Content copied to clipboard
Functions
apply
To
Branch
Link copied to clipboard
common
abstract
fun
applyToBranch
(
tag
:
String
,
toApply
:
KLog
.
(
)
->
Unit
)
Content copied to clipboard
get
Link copied to clipboard
common
abstract
operator
fun
get
(
tag
:
String
)
:
KLog
Content copied to clipboard
get
Logs
Link copied to clipboard
common
abstract
fun
getLogs
(
)
:
Set
<
KLog
>
Content copied to clipboard
Inheritors
DefaultLogFactory
Link copied to clipboard