crystal.log.error
Prints a message to the log at the error level.
Usage
crystal.log.error(message)
Arguments
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
Examples
crystal.log.error("Could not find spawn location for Monster");