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 PureeLogger.Builder.

Functions

applyFilter
Link copied to clipboard
abstract fun applyFilter(log: JSONObject): JSONObject?
Called for each logs on which this filter is applied.