klyn.logging.LogFields.items
method
public items() as IList<Tuple<String, Object> >:
Description

Returns an immutable snapshot of field entries.

The returned list is independent from this object; changing the list does not alter field membership.

Returns

Field name/value entries.

Example

assert LogFields({"id": 1}).items()[0][0] == "id"