[GRASS-dev] debug in python

Hi devs, is there a correspondent function to G_debug() in python?
If it is not present is it possible to implement it?

--
thanks
Luca

http://gis.cri.fmach.it/delucchi/
www.lucadelu.org

Luca wrote:

Hi devs, is there a correspondent function to G_debug() in
python?

grass.debug("value = [%s]" % some_string, debug = 2)

Hamish