package kotlinx.html.consumers import kotlinx.html.* fun TagConsumer.trace() : TagConsumer = trace(println = { console.info(it) })