Uses of Class
com.google.apphosting.api.ApiProxy.LogRecord
Packages that use ApiProxy.LogRecord
Package
Description
Provides access to the ApiProxy, which dispatches API calls to backend services.
-
Uses of ApiProxy.LogRecord in com.google.apphosting.api
Methods in com.google.apphosting.api with parameters of type ApiProxy.LogRecordModifier and TypeMethodDescriptionvoidApiProxy.Delegate.log(E environment, ApiProxy.LogRecord record) static voidApiProxy.log(ApiProxy.LogRecord record) Constructors in com.google.apphosting.api with parameters of type ApiProxy.LogRecordModifierConstructorDescriptionLogRecord(ApiProxy.LogRecord other, String message) A partial copy constructor.