Lumina
Toggle table of contents
4.1.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Lumina
Lumina
/
mtctx.lumina.v3
/
LogMessageDSL
/
KeyValueDSL
Key
Value
DSL
class
KeyValueDSL
(
source
)
Members
Constructors
Key
Value
DSL
Link copied to clipboard
constructor
(
)
Functions
build
Link copied to clipboard
fun
build
(
)
:
String
define
Link copied to clipboard
fun
define
(
objectName
:
String
,
key
:
String
,
vararg
value
:
Any
,
keyPrefix
:
String
=
"key"
,
valuePrefix
:
String
=
"value"
)
key
Link copied to clipboard
fun
key
(
key
:
String
)
key
Prefix
Link copied to clipboard
fun
keyPrefix
(
keyPrefix
:
String
)
object
Name
Link copied to clipboard
fun
objectName
(
objectName
:
String
)
value
Link copied to clipboard
fun
value
(
vararg
value
:
Any
)
value
Prefix
Link copied to clipboard
fun
valuePrefix
(
valuePrefix
:
String
)