Ed Leafe wrote: > On Jun 21, 2007, at 4:49 PM, Paul McNett wrote: > >> I like the idea, but perhaps we should just ditch our loggers and use >> Python's logging module. > > Unless there's something in our loggers that I'm not aware of, I > would agree. > > This would also be a good task for someone familiar with Python but > new to Dabo.
We should be able to do this without requiring scouring our code and changing the dabo.infoLog.write() calls, too. We'll just have a subclassed layer of Python's logger, with default set up so that when write() occurs, the write thing happens. ;) I'll add this to the tracker, and perhaps someone will jump in and take care of it. -- pkm ~ http://paulmcnett.com _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev Searchable Archives: http://leafe.com/archives/search/dabo-dev This message: http://leafe.com/archives/byMID/dabo-dev/[EMAIL PROTECTED]
