Tag

constructor(prefix: String, tag: String)
constructor(tag: String)


constructor(clazz: KClass<*>)

Deprecated

Kotlin Reflection is not well supported on non-JVM platforms - manually specify the FQN instead

Replace with

Tag.forClass(clazz.qualifiedName)

Create a global tag to dump the fully qualified class name

Parameters

clazz
  • the class to use the name