|
From: Trent M. <tr...@gm...> - 2007-11-16 00:51:29
|
> But, is that good enough or should we use python's built-in error-handling?
There is also the logging module.
log = logging.getLogger("markdown")
...
log.warn("boom!")
Trent
--
Trent Mick
tr...@gm...
|