Package-level declarations

Types

Link copied to clipboard

No loggings Logger

Link copied to clipboard
enum Level : Enum<Level>
Link copied to clipboard
abstract class Logger(var level: Level = Level.INFO)

Abstract Koin Logger

Link copied to clipboard
typealias MESSAGE = String
PrintLogger
Link copied to clipboard
class PrintLogger(level: Level = Level.INFO) : Logger

Logger that print on system.out

class PrintLogger(level: Level = Level.INFO) : Logger

Logger that print on system.out

class PrintLogger(level: Level = Level.INFO) : Logger

Logger that print on system.out

class PrintLogger(level: Level = Level.INFO) : Logger

Logger that print on system.out

Properties

Link copied to clipboard
const val KOIN_TAG: String