ARudik / feelpp

Automatically exported from code.google.com/p/feelpp
0 stars 0 forks source link

Improve logging capabilities (e.g. use glog) #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Feel++ uses Log() and Debug() facilities. Although they provide 
nice features they are not quite complete with respect to other
libraries.
The Google logging library (GLOG) is small, is heavily used at Google
and seems simple and powerful enough to fit the bill.

Original issue reported on code.google.com by christop...@feelpp.org on 27 May 2012 at 9:45

GoogleCodeExporter commented 9 years ago

Original comment by christop...@feelpp.org on 27 May 2012 at 9:49

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 310850fcfa7a.

added cmake script for glog. ifglog is not found on the system, compile and
install it locally in ${CMAKE_BINARY_DIR}/contrib/glog 
initialize glog in Application and Environment

Original comment by christop...@feelpp.org on 27 May 2012 at 9:52

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 9ee5aaac47da.

use feel++ to initialize google logging if argc == 0

Original comment by christop...@feelpp.org on 28 May 2012 at 10:24

GoogleCodeExporter commented 9 years ago
This issue was updated by revision 9cdb4d26349b.

make sure that we don't initialize glog twice

Original comment by christop...@feelpp.org on 29 May 2012 at 5:28

GoogleCodeExporter commented 9 years ago
This issue was closed by revision 960b4a0d292f.

Original comment by christop...@feelpp.org on 21 Sep 2012 at 8:47