We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Logging with block form — Pass a block to logging methods instead of pre-computing strings to avoid allocation when log level is not active.
logger.info("Processing #{id}: #{result}")
There was an error while loading. Please reload this page.