Java 8 has reached end of support
and will be
deprecated
on January 31, 2026. After deprecation, you won't be able to deploy Java 8
applications, even if your organization previously used an organization policy to
re-enable deployments of legacy runtimes. Your existing Java
8 applications will continue to run and receive traffic after their
deprecation date. We recommend that
you
migrate to the latest supported version of Java.
com.google.appengine.api.log (Google App Engine API for Java)
Stay organized with collections
Save and categorize content based on your preferences.
-
Interface Summary
Interface |
Description |
ILogServiceFactory |
|
LogService |
LogService allows callers to request the logs for an application
using supplied filters.
|
-
-
-
Exception Summary
Exception |
Description |
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 logs and application logs.
- See Also:
LogService
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-16 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-16 UTC."],[[["\u003cp\u003eThis package, \u003ccode\u003ecom.google.appengine.api.log\u003c/code\u003e, provides access to both request logs and application logs.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eLogService\u003c/code\u003e interface allows users to retrieve application logs using specific filters, as specified by the caller.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eLogQuery\u003c/code\u003e class offers methods to customize the behavior of log fetching, allowing for tailored log retrieval.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eAppLogLine\u003c/code\u003e and \u003ccode\u003eRequestLogs\u003c/code\u003e classes contain all relevant information for single application log entries and single requests respectively.\u003c/p\u003e\n"],["\u003cp\u003eThe package includes exceptions such as \u003ccode\u003eInvalidRequestException\u003c/code\u003e and \u003ccode\u003eLogServiceException\u003c/code\u003e to handle various log-related errors.\u003c/p\u003e\n"]]],[],null,[]]