Uses of Enum
com.google.apphosting.api.ApiProxy.LogRecord.Level
Packages that use ApiProxy.LogRecord.Level
Package
Description
Provides access to the ApiProxy, which dispatches API calls to backend services.
-
Uses of ApiProxy.LogRecord.Level in com.google.apphosting.api
Methods in com.google.apphosting.api that return ApiProxy.LogRecord.LevelModifier and TypeMethodDescriptionApiProxy.LogRecord.getLevel()static ApiProxy.LogRecord.LevelReturns the enum constant of this type with the specified name.static ApiProxy.LogRecord.Level[]ApiProxy.LogRecord.Level.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.google.apphosting.api with parameters of type ApiProxy.LogRecord.LevelModifierConstructorDescriptionLogRecord(ApiProxy.LogRecord.Level level, long timestamp, String message) LogRecord(ApiProxy.LogRecord.Level level, long timestamp, String message, StackTraceElement stackFrame) Constructor for when the source location will be extracted from a StackTraceElement.LogRecord(ApiProxy.LogRecord.Level level, long timestamp, String message, Throwable sourceLocation) Deprecated.Prefer the constructor that takes a StackTraceElement to identify the source location.