matteoredaelli / strategico

Automatically exported from code.google.com/p/strategico
GNU General Public License v3.0
1 stars 1 forks source link

Adding a logging module #12

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With a logging module we could use functions like

  logdebug(msg, ..., logger='')
  loginfo(msg, ..., logger='')
  logwarn(msg, ..., logger='')
  logerror(msg, ..., logger='')

instead of "print" inside all source codes. In this way it will be easier to 
show more/less logging changing simply the loglevel..

For instance we could use 
http://cran.r-project.org/web/packages/logging/index.html

Original issue reported on code.google.com by matteo.redaelli on 20 Apr 2011 at 9:00

GoogleCodeExporter commented 9 years ago
Done!

Original comment by matteo.redaelli on 2 May 2011 at 3:34