filter

fun filter(filter: PureeFilter, vararg logTypes: Class<out PureeLog>): PureeLogger.Builder

Registers a PureeFilter and associate it with log types.

Parameters

filter

The PureeFilter to be registered.

logTypes

The log types of the objects on which the PureeFilter will be applied. If a type is included more than once, the PureeFilter will be applied multiple times.