for example I have this String extension: `fun &l...
# random
r
for example I have this String extension:
fun <T> String.debug(clazz: Class<T>) = LoggerFactory.getLogger(clazz).debug(this)