klyn.logging.LogFields.toMap
method
public toMap() as SortedMap<String, Object>:
Description

Returns a mutable copy of the fields.

Returns

Independent map copy.

Example

copy = LogFields({"id": 1}).toMap()