crystal.log.info
Prints a message to the log at the info level.
Usage
crystal.log.info(message)
Arguments
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
Examples
crystal.log.info("Player received 120 damage");
Prints a message to the log at the info level.
crystal.log.info(message)
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
crystal.log.info("Player received 120 damage");