| Package | Description |
|---|---|
| com.google.apphosting.api |
Provides access to the ApiProxy, which dispatches API calls to backend services.
|
| Modifier and Type | Method and Description |
|---|---|
ApiProxy.LogRecord.Level |
ApiProxy.LogRecord.getLevel() |
static ApiProxy.LogRecord.Level |
ApiProxy.LogRecord.Level.valueOf(String name)
Returns 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.
|
| Constructor and Description |
|---|
LogRecord(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.
|
Copyright © 2022. All rights reserved.