glog Severity Levels

정경섭·2023년 5월 2일
0

INFO, WARNING, ERROR, FATAL

Logging a FATAL message terminates the program (after the message is logged)

a message of severity FATAL will be logged to the logfiles of severity FATAL, ERROR, WARNING, and INFO.

The DFATAL severity logs a FATAL error in debug mode

glog writes to the filename /tmp/\<program name>.\<hostname>.\<user name>.log.\<severity level>.\<date>-\<time>.\<pid>

https://github.com/google/glog/blob/master/README.rst#user-guide

profile
Keep Building

0개의 댓글