KLogUtils

abstract class KLogUtils

Inheritors

BaseUtilsJvm

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
abstract val environment: Map<String, String?>
Link copied to clipboard
abstract val stderrPrinter: Printer
Link copied to clipboard
abstract val stdoutPrinter: Printer

Functions

Link copied to clipboard
Link copied to clipboard
abstract fun getThreadName(): String
Link copied to clipboard
abstract fun <T : Any> loggerName(clazz: KClass<T>): String