Package com.google.appengine.api.log

Provides access to request and application logs.

See:
          Description

Interface Summary
LogService LogService allows callers to request the logs for an application using supplied filters.
 

Class Summary
AppLogLine An AppLogLine contains all the information for a single application log.
LogQuery Allows users to customize the behavior of LogService.fetch(LogQuery).
LogQuery.Builder Contains static creation methods for FetchOptions.
LogQueryResult An object that is the result of performing a LogService.fetch() operation.
LogServiceFactory Creates LogService implementations.
RequestLogs RequestLogs contain all the log information for a single request.
 

Enum Summary
LogService.LogLevel  
 

Exception Summary
InvalidRequestException Log errors caused by an invalid request due either to an out of range option or an unsupported combination of options.
LogServiceException Log errors apart from InvalidRequestException.
 

Package com.google.appengine.api.log Description

Provides access to request and application logs.

See Also:
LogService