Avoid console.log
Use the project logger instead of console.log.
#Metadata
#Why it matters
Console logging bypasses the shared logger pipeline.
#Remediation
Replace `${captures.call.text}` with the logger.
#Repository path
The generated metadata points to critiq-rules/libs/rules/catalog/rules/typescript/ts.logging.no-console-log.rule.yaml.