Collecting and Analysing App Engine Logs Using the Logs Reader API and Fantasm.
Google recently released the Logs Reader API which allows programmatic access to App Engine logs. A quick perusal of the documentation showed its interface to be consistent with the continuation interface provided by Fantasm. As a proof of concept, we built the logcollector application that combines the Logs Reader...