Index
hexagon_core / com.hexagonkt.logging / LoggingPort
LoggingPort¶
interface LoggingPort
Functions¶
Name | Summary |
---|---|
createLogger | abstract fun createLogger(name: String ): LoggerPort |
setLoggerLevel | abstract fun setLoggerLevel(name: String , level: LoggingLevel ): Unit |
Inheritors¶
Name | Summary |
---|---|
JulLoggingAdapter | object JulLoggingAdapter : LoggingPort |