crystal.log.warning
Prints a message to the log at the warning level.
Usage
crystal.log.warning(message)
Arguments
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
Examples
crystal.log.warning("Could not find valid target for Fireball spell");