Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
interface Disposable
Link copied to clipboard
Link copied to clipboard
enum Level : Enum<Level>
Link copied to clipboard
data class Record(var level: Level, var target: String, var message: String)

Functions

Link copied to clipboard

Set the logger to forward to.

Link copied to clipboard
fun setMaxLevel(level: Level)

Set the maximum log level filter. Records below this level will not be sent to the logger.