toggle menu
dataforge-data
0.7.0
common
switch theme
search in API
dataforge-data
/
space.kscience.dataforge.data
/
GoalLogger
Goal
Logger
interface
GoalLogger
:
CoroutineContext.Element
Coroutine context element that provides logging capabilities
Members
Members & Extensions
Types
Companion
Link copied to clipboard
object
Companion
:
CoroutineContext.Key
<
GoalLogger
>
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>
monitor
Link copied to clipboard
val
CoroutineContext
.
monitor
:
CoroutineMonitor
?
Functions
emit
Link copied to clipboard
abstract
fun
emit
(
vararg
tags
:
String
,
message
:
suspend
(
)
->
String
)
fold
Link copied to clipboard
open
override
fun
<
R
>
fold
(
initial
:
R
,
operation
:
(
R
,
CoroutineContext.Element
)
->
R
)
:
R
get
Link copied to clipboard
open
operator override
fun
<
E
:
CoroutineContext.Element
>
get
(
key
:
CoroutineContext.Key
<
E
>
)
:
E
?
minus
Key
Link copied to clipboard
open
override
fun
minusKey
(
key
:
CoroutineContext.Key
<
*
>
)
:
CoroutineContext
plus
Link copied to clipboard
open
operator
fun
plus
(
context
:
CoroutineContext
)
:
CoroutineContext