Skip to content

Files

Latest commit

 

History

History
8 lines (5 loc) · 227 Bytes

runtime-vlog.md

File metadata and controls

8 lines (5 loc) · 227 Bytes

Pattern: Misused VLOG()

Issue: -

Description

Checks that VLOG() is only used for defining a logging level. For example, VLOG(2) is correct. VLOG(INFO), VLOG(WARNING), VLOG(ERROR), and VLOG(FATAL) are not.