summaryrefslogtreecommitdiff
path: root/pysnmp/debug.py
Commit message (Collapse)AuthorAgeFilesLines
* provide NullHandler for Python < 2.7elie2015-01-071-1/+9
|
* * added support for logging into parent application's loggerelie2014-10-271-7/+10
| | | | * use logging framework for timestamps generation
* built-in debugging is now based on Python logging moduleelie2014-10-261-7/+27
|
* handle the case of deactivated sys.stderrelie2014-03-151-1/+1
|
* amended the case of null debug writerelie2014-03-151-4/+3
|
* handle the case of absent stderr stream at Debug printerelie2014-03-141-1/+4
|
* format subsecondselie2013-04-171-1/+1
|
* timestamps to log messages addedelie2013-03-151-1/+6
|
* report package version on debugging code initializationelie2012-12-201-1/+3
|
* built-in debugger now supports negating debugging categorieselie2012-07-231-3/+11
|
* hex dumps of binary parts of the protocol added to ease systemelie2012-06-251-0/+7
| | | | operations analysis.
* default debug.logger is now just a zero value instead of an objectelie2011-01-201-1/+3
| | | | what saves big on frequent calls
* all dict.has_key() & dict.get() invocations replaced with modern syntaxelie2011-01-201-1/+1
| | | | (this breaks compatibility with Python 2.1 and older).
* debug category 'app' addedelie2010-07-101-1/+3
|
* proxy debug category addedelie2006-09-291-0/+2
|
* debug category acl addedelie2006-09-081-0/+2
|
* re-designedelie2006-09-061-14/+38
|
* debug.py addedelie2006-09-051-0/+28