[EMAIL PROTECTED] wrote: > dabo Commit > Revision 3194 > Date: 2007-06-21 20:22:09 -0700 (Thu, 21 Jun 2007) > Author: Dj > Trac: http://svn.dabodev.com/trac/dabo/changeset/3194 > > Changed: -- snip -- > > Log: > Modified the Log class to contain levels (Database Activity, Debug, Info, > Error, Exception, Critical), as well as be accessed directly by > dabo.logInfo("msg") or dabo.logError("msg") or dabo.logDBActivity("msg"). > > All of the dabo.logXXX methods also accept a second bool argument, which if > True, will output the message to the console reguardless of the logLevel > > Added two new methods addLogLevel and delLogLevel, which accept a single > argument, and will add or remove that log type from the log level. > > new method addCustomType will allow people to add their own log types to the > logging system. >
Please review, as this commit contains lots of errors. Could you run a dabo program before commiting? Uwe _______________________________________________ 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]
