Flutter Engine
The Flutter Engine
|
Static Public Attributes | |
static final String | NOTIFICATION = "NOTIFICATION" |
static final String | RAW = "RAW" |
static final String | REQUEST = "REQUEST" |
static final String | RESPONSE = "RESPONSE" |
An enumeration of the kinds of server long entries.
@coverage dart.server.generated.types
Definition at line 16 of file ServerLogEntryKind.java.
|
static |
A notification from the server, such as "analysis.highlights". The "data" field contains a JSON object with abbreviated notification.
Definition at line 22 of file ServerLogEntryKind.java.
|
static |
Arbitrary string, describing some event that happened in the server, e.g. starting a file analysis, and details which files were accessed. These entries are not structured, but provide context information about requests and notification, and can be related by "time" for further manual analysis.
Definition at line 30 of file ServerLogEntryKind.java.
|
static |
A request from the client, as the server views it, e.g. "edit.getAssists". The "data" field contains a JSON object with abbreviated request.
Definition at line 36 of file ServerLogEntryKind.java.
|
static |
Various counters and measurements related to execution of a request. The "data" field contains a JSON object with following fields:
Definition at line 51 of file ServerLogEntryKind.java.