filter

abstract fun filter(    tag: Logger.Tag,     entry: Logger.Entry,     message: String): String

Transform each log message

Return

String that will be send to the log outputs

Parameters

tag

Logger.Tag of the current log

entry

Logger.Entry of the current log

message

String that might be transform