j-logger
2.0.10
common
j-logger
/
kr.jadekim.logger.context
/
MutableLogContext
Mutable
Log
Context
interface
MutableLogContext
:
LogContext
,
MutableMap
<
String
,
Any
?
>
Inheritors
GlobalLogContext
ThreadLogContext
Members
Functions
clear
Link copied to clipboard
abstract
fun
clear
(
)
clone
Link copied to clipboard
open
override
fun
clone
(
)
:
MutableLogContext
contains
Key
Link copied to clipboard
abstract
fun
containsKey
(
key
:
String
)
:
Boolean
contains
Value
Link copied to clipboard
abstract
fun
containsValue
(
value
:
Any
?
)
:
Boolean
get
Link copied to clipboard
abstract
operator
fun
get
(
key
:
String
)
:
Any
?
is
Empty
Link copied to clipboard
abstract
fun
isEmpty
(
)
:
Boolean
plus
Link copied to clipboard
open
operator override
fun
plus
(
other
:
LogContext
?
)
:
MutableLogContext
plus
Assign
Link copied to clipboard
open
operator
fun
plusAssign
(
other
:
LogContext
?
)
put
Link copied to clipboard
abstract
fun
put
(
key
:
String
,
value
:
Any
?
)
:
Any
?
put
All
Link copied to clipboard
abstract
fun
putAll
(
from
:
Map
<
out
String
,
Any
?
>
)
remove
Link copied to clipboard
abstract
fun
remove
(
key
:
String
)
:
Any
?
snap
Link copied to clipboard
open
fun
snap
(
)
:
LogContext
to
Immutable
Link copied to clipboard
open
fun
toImmutable
(
)
:
LogContext
to
Mutable
Link copied to clipboard
open
fun
toMutable
(
)
:
MutableLogContext
Properties
entries
Link copied to clipboard
abstract
val
entries
:
Set
<
Map.Entry
<
String
,
Any
?
>
>
keys
Link copied to clipboard
abstract
val
keys
:
Set
<
String
>
size
Link copied to clipboard
abstract
val
size
:
Int
values
Link copied to clipboard
abstract
val
values
:
Collection
<
Any
?
>