Debug

data class Debug(val log: String) : Log(source)

A human-readable debug message.

Constructors

Link copied to clipboard
constructor(log: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val log: String