j-logger-coroutine
2.0.7
common
j-logger-coroutine
/
kr.jadekim.logger.coroutine.context
/
CoroutineLogContext
Coroutine
Log
Context
class
CoroutineLogContext
(
data
:
<Error class: unknown class>
=
MutableLogContext()
)
:
AbstractCoroutineContextElement
Members
Constructors
Coroutine
Log
Context
Link copied to clipboard
constructor
(
data
:
<Error class: unknown class>
=
MutableLogContext()
)
Types
Key
Link copied to clipboard
object
Key
:
CoroutineContext.Key
<
CoroutineLogContext
>
Functions
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
Properties
key
Link copied to clipboard
open
override
val
key
:
CoroutineContext.Key
<
*
>