j-logger
2.0.10
common
j-logger
/
kr.jadekim.logger.context
/
LogContext
Log
Context
interface
LogContext
:
Map
<
String
,
Any
?
>
Inheritors
EmptyLogContext
MutableLogContext
Members
Functions
clone
Link copied to clipboard
open
fun
clone
(
)
:
LogContext
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
abstract
operator
fun
plus
(
other
:
LogContext
?
)
:
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
?
>