Package-level declarations

Types

Link copied to clipboard
interface Logger
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
enum Type : Enum<Type>

Functions

Link copied to clipboard
fun Logger.embedEventsInMessages(separator: String = " "): Logger
Link copied to clipboard
fun Logger.filterTypes(vararg whitelist: Type): Logger
fun Logger.filterTypes(whitelist: Set<Type>): Logger