Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
typealias Printer = (Any?) -> Unit
Link copied to clipboard
open class StdoutLogging(var defaultLogLevel: Logger.Level = EnvPropertyResolver.resolve("KLOG_LEVEL") ?: Level.NONE, val propertyResolver: CachingPropertyResolver<Logger.Level> = EnvPropertyResolver) : KLogFactory
Link copied to clipboard
typealias StdoutMessageFormatter = StdoutLogging.(level: Logger.Level, name: String, message: () -> Any?) -> String

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard