---
id: WC-LOG-001
name: 日志输出字符串拼接使用占位符
severity: error  # error=阻断, warning=警告
source: J000053
tool: auto  # auto-manual-auto: detected by tool / manual check / AST-grep
category: wc-logging
description: |
  日志输出字符串拼接使用占位符

  对应浩鲸规范 J000053。

check:
  type: ast-grep  # ast-grep / pmd-custom / spotbugs / checkstyle / manual
  pattern: TODO

notes: "PMD:LoggerFormat already covers"
