LogMapper

fun fun interface LogMapper

SAM interface that helps altering each log depending on the filter implementation.

Functions

filter
Link copied to clipboard
common
abstract fun filter(tag: Logger.Tag, entry: Logger.Entry, message: String): String
Transform each log message