group

abstract fun group(vararg data: ERROR CLASS: Symbol not found for JsAny??)(source)

The console.group() static method creates a new inline group in the Web console log, causing any subsequent console messages to be indented by an additional level, until console.groupEnd() is called.

MDN Reference


abstract fun group(vararg data: String?)(source)