| basictypes.debug | index p:\properties\basictypes\debug.py |
Logging facilities for basictypes
If the logging package (from Python 2.3) is available,
we use it for our logging needs, otherwise we use a
simplistic locally-defined class for logging.
| Modules | ||||||
| ||||||
| Data | ||
| DEBUG = 10 ERROR = 40 INFO = 20 WARN = 30 | ||