crystal.log.fatal
Prints a message to the log at the fatal level.
Usage
crystal.log.fatal(message)
Arguments
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
Examples
crystal.log.fatal("Division by 0");
Prints a message to the log at the fatal level.
crystal.log.fatal(message)
| Name | Type | Description |
|---|---|---|
message | string | The message to print in the log. |
crystal.log.fatal("Division by 0");