On Oct 31, 2010, at 12:38 PM, Carl Karsten wrote:
> I am wondering if these are really errors. Seems to me debug would be
> the best choice of:
> DEBUG, INFO, WARNING, ERROR and CRITICAL
That's more of a historical artifact. The original homegrown dabo.log
only had two methods: debug() and error(). When we converted to use the native
Python logging module, we converted the old dabo.infoLog() calls to
dabo.log.inf(), and the dabo.errorLog() calls to dabo.log.error().
Having said that, anything that prevents your app from running
correctly, such as missing localization files, does indeed merit ERROR or FATAL.
-- Ed Leafe
_______________________________________________
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/[email protected]