Hi, in the admin console logger view it has the following levels: debug, info, warning, critical, error. but in the doc "http://code.google.com/appengine/docs/java/runtime.html#Logging" it only says we can use warning, info, severe. so the question is how do I generate "debug" level log (there is .debug() method call in the logger)? And is logger.severe map to critial or error in admin console? what is the api call to generate error if severe maps to critical?
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]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
