nntplib.NNTP.set_debuglevel()

NNTP.set_debuglevel(level)

Set the instance’s debugging level. This controls the amount of debugging output printed. The default, 0, produces no debugging output. A value of 1 produces a moderate amount of debugging output, generally a single line per request or response. A value of 2 or higher produces the maximum amount of debugging output, logging each line sent and received on the connection (including message text).

doc_python
2016-10-07 17:38:13
Comments
Leave a Comment

Please login to continue.