Package org. kodein. log
Types
LogFrontend
Link copied to clipboard
fun fun interface LogFrontend
Content copied to clipboard
Logger
Link copied to clipboard
class Logger(tag: Logger.Tag, frontEnds: Collection<LogFrontend>, filters: List<LogFilter>, mappers: List<LogMapper>)
Content copied to clipboard
LoggerFactory
Link copied to clipboard
class LoggerFactory(frontends: Collection<LogFrontend>, filters: List<LogFilter>, mappers: List<LogMapper>)
Content copied to clipboard
LogReceiver
Link copied to clipboard
fun fun interface LogReceiver
Content copied to clipboard
SAM interface that helps defining what to do with a given Logger.EntryUsually used in LogFrontend implementations
Functions
toLocalString
Link copied to clipboard
withShortPackageKeepLast
Link copied to clipboard
withShortPackages
Link copied to clipboard
withShortPackageShortenFirst
Link copied to clipboard