Functions
equals
Link copied to clipboard
formatMessage
Link copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, t: Throwable?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, marker: Marker?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, marker: Marker?, t: Throwable?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, t: Throwable?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, marker: Marker?, msg: () -> Any?): Any?
Content copied to clipboard
abstract fun formatMessage(level: KotlinLoggingLevel, loggerName: String, marker: Marker?, t: Throwable?, msg: () -> Any?): Any?
Content copied to clipboard
hashCode
Link copied to clipboard
Inheritors
DefaultMessageFormatter
Link copied to clipboard