I am using Java and I log things like:
log.info("createArticle userId={} articleId={} title={} content={}", userId, articleId, title, content); <
log.info("createArticle userId={} articleId={} title={} content={}", userId, articleId, title, content);