RAW constant
ServerLogEntryKind
const RAW
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.
Implementation
static const ServerLogEntryKind RAW = ServerLogEntryKind._('RAW');