Implemented a setup_logging() function that takes two keywords:
authorTim Potter <tpot@samba.org>
Thu, 11 Apr 2002 05:04:05 +0000 (05:04 +0000)
committerTim Potter <tpot@samba.org>
Thu, 11 Apr 2002 05:04:05 +0000 (05:04 +0000)
commit6c7b5e15c22119623ee959267d2755e21193bc4b
treea6e0f88acf4b305db01c69529fe65ff62f98e580
parent8bb798ab3d7245e61530913d771d58f08e77a200
Implemented a setup_logging() function that takes two keywords:
interactive and logfilename.  These can be used to send Samba DEBUG()
output to stdout or to a logfile which makes automated testing much
funkier.

Also added get_debuglevel() and set_debuglevel() functions.
source/python/py_common.c
source/python/py_common.h