PureeFilter

interface PureeFilter

The filter to be applied to logs. The type of logs on which this filter will be applied are determined when creating the PureeLogger object through Puree.

Functions

Link copied to clipboard
abstract fun applyFilter(log: JsonObject): JsonObject?

Called for each logs on which this filter is applied.