crystal.log.debug
Prints a message to the log at the debug level.
Usage
crystal.log.debug(message)
Arguments
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
Examples
crystal.log.debug("Handling jump input");
Prints a message to the log at the debug level.
crystal.log.debug(message)
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
crystal.log.debug("Handling jump input");