LogMapper

fun interface LogMapper

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

Functions

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

Transform each log message