Hey guys, I thought some of you might find this useful.

I was looking for a reasonable way to persist and arrange log info
more flexibility than the standard console logger allows. So I wrote
this module that lets you define as many loggers as you like and
persists the messages in a big table in your app engine instance,
while staying inside the standard python logging framework.

User beware on your quotas!

Pastie code here:
http://www.pastie.org/432156

Detailed explanation here:
http://node.to/wordpress/2009/03/31/python-db-logging-handler-for-google-appengine/

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to