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");

This site uses Just the Docs, a documentation theme for Jekyll.