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
Original issue reported on code.google.com by
matteo.redaelli
on 20 Apr 2011 at 9:00