addWhitelist

open fun addWhitelist(value: String)

Adds a specific EventType to the whitelist. If EventTypes are added to the whitelist, ONLY those EventTypes will be logged. All other Events will be ignored. By default, no EventTypes are whitelisted.

Parameters

value

The EventType to add to the whitelist.