Package-level declarations
Types
Link copied to clipboard
open class DefaultLogFactory(level: Level = Level.WARN, formatter: KMessageFormatter = KMessageFormatters.simple, writer: KLogWriter = KLogWriters.noop) : KLogFactory
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
object KLogWriters
Link copied to clipboard
Link copied to clipboard
object KMessageFormatters
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class StatementContext(val threadName: String, val threadID: String = "", val line: StatementContext.LineContext? = null)