debug

fun debug(name: String? = null, logger: Logger = com.shakelang.util.logger.logger): Debug(source)

Create a debug context

Return

The debug context

Since

0.3.0

Parameters

name

The name of the debug context

logger

The Logger to write the debug output to

inline fun Console.debug(vararg message: String)(source)

Declaration of the console.debug function of the browser console

Since

0.1.0