Implemented a setup_logging() function that takes two keywords:
authorTim Potter <tpot@samba.org>
Thu, 11 Apr 2002 05:05:08 +0000 (05:05 +0000)
committerTim Potter <tpot@samba.org>
Thu, 11 Apr 2002 05:05:08 +0000 (05:05 +0000)
commit094a51edb9369f5c493bddfdc98347431bea3c2d
tree37a545a70ba3941ae649773306467420e7af4d80
parent6c7b5e15c22119623ee959267d2755e21193bc4b
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.

Make open_pipe_creds() accept None as a anonymous credential.
source/python/py_spoolss.c