filter

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

Filter each log on their Logger.Tag and Logger.Entry

Return

nullable Logger.Entry ; if null the log will be ignore