fanzju / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

Document the format of log output produced by glog library #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

This is a documentation bug. The documentation for glog does not explain the 
format of the output produced. For instance, in the example below, what is 1208 
? And what is 20662 ?

I1208 06:29:01.819779 20662 foo.cc:523] Some message

Original issue reported on code.google.com by aron.sus...@nutanix.com on 8 Dec 2010 at 7:35

GoogleCodeExporter commented 8 years ago
1208 is the date 
20662 is the PID from which the LOG call came

Original comment by ecksch...@gmail.com on 7 Mar 2011 at 10:07

GoogleCodeExporter commented 8 years ago

Yes I figured that out. It just needs to be documented somewhere so one doesn't 
need to guess.

Original comment by aron.sus...@nutanix.com on 7 Mar 2011 at 3:18

GoogleCodeExporter commented 8 years ago
I only find the defination in logging.h. I can't find the api to change the 
format, so I have to change the code.

Original comment by junch...@gmail.com on 20 Apr 2012 at 3:23