debug

open fun debug(message: String)

Logs a debug message, useful for general-purpose debugging and tracing code execution.

These messages help developers understand the flow of the application and the state of variables at specific points in time.

Parameters

message

The message string to be logged.