Package klog
Types
Link copied to clipboard
open class DefaultLogFactory( level: Level = Level.WARN, formatter: KMessageFormatter = KMessageFormatters.simple, writer: KLogWriter = KLogWriters.noop) : KLogFactory
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
typealias KMessageFormatter = (String, Level, String, Throwable?, StatementContext) -> String
Content copied to clipboard
Link copied to clipboard
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)
Content copied to clipboard