Skip to content

CAT 037

unurgunite edited this page Jul 11, 2026 · 3 revisions

CAT-037 — Logging with block form

Severity: info | Confidence: high | Auto-fix:

Description

Logging with block form — Pass a block to logging methods instead of pre-computing strings to avoid allocation when log level is not active.

Bad code

logger.info("Processing #{id}: #{result}")

Benchmark

Note

See bench results at bench/cat-037/

Clone this wiki locally