Platform SDK Java 8.5 API Reference

com.genesyslab.platform.commons.collections.processor
Class KeyValuePrinter

java.lang.Object
  extended by com.genesyslab.platform.commons.collections.processor.KeyValuePrinter

public class KeyValuePrinter
extends java.lang.Object

This class manages the output of key-value collection to logs. The output is managed by filters. There is number of them, namely: copy, hide, skip, truncate and encrypt. Their usage is defined by two TKVLists. First one is for general options (like default filter and password for encryption). Second is mapping of keys in TKV for output and name of filter to apply.

Without any configuration default filter is "truncate".