ElementDebugLogger

interface ElementDebugLogger<ELEMENT : Element>(source)

Inheritors

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun log(tag: String)

When --debug is passed to the CLI, prints tag and all elements currently in scope.

Link copied to clipboard
abstract fun logCount(tag: String)

When --debug is passed to the CLI, prints tag and the count of elements currently in scope.