I'm not aware of any log parsing libraries, though some users have reported luck using Splunk:
http://www.splunk.com/ <http://www.splunk.com/>If you're going to write your own log parser, do yourself a favor and don't do it in Java. -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Wed, Jan 19, 2011 at 3:07 AM, Guillaume B. <[email protected]>wrote: > Hello > > ./appengine-java-sdk/bin/appcfg.sh permits to extract log from an appengine > application > and this shell call a java library gicen with the java appengine sdk > > does someone has already read logs directly in java using the sdk ? > > is there sample to do that > > the goal is to avoid to read logs in a flat file and after have to treat that > file > I can rea log in java and do a direct treatment on that > > thanks > > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine for Java" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine-java?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
