Uses of Class
com.google.appengine.api.log.RequestLogs
-
Packages that use RequestLogs Package Description com.google.appengine.api.log Provides access to request logs and application logs. -
-
Uses of RequestLogs in com.google.appengine.api.log
Methods in com.google.appengine.api.log that return types with arguments of type RequestLogs Modifier and Type Method Description Iterable<RequestLogs>LogService. fetch(LogQuery query)Retrieve logs for the current application with the constraints provided by the user as parameters to this function.Iterator<RequestLogs>LogQueryResult. iterator()Returns an Iterator that will yield all of the logs the user has requested.
-