Package-level declarations
Types
Represents a base class for event identifiers used in the event logging framework.
On JVM targets com.jetbrains.fus.reporting.schema.EnumEventField can be used alternatively
An event without any fields.
An event with one field.
An event with two fields.
An event with three fields.
Represents a group of events used for feature usage statistics.
Recorders can have their own schema (ids, cliend_data & system_data), which describes fields that are sent with every event.
A wrapper around the EventField with an additional required flag and an optional value provider.
RegisteredLogDescriptionsProcessor is responsible for managing storing descriptions of event log groups and their events. Provides functionality to store, retrieve descriptions for groups and their events.
An event with an arbitrary number of fields.