Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 568 Bytes

log_verbose.rst

File metadata and controls

18 lines (10 loc) · 568 Bytes

Enabled detailed level

Tip

If import glog to build.

The general configuration of the log is in the head file logger.h .

Uncomment FLAGS_v = 2 ; and recompile to enable the detail levels, the log is printed by VLOG(n)

For information on how to use the log library, such as how to configure, print, etc., please open its document and learn more:

$ ./scripts/open.sh third_party/glog/doc/glog.html