OptionalcustomSet custom attributes that can be used by a logging provider.
OptionaldbDatabase request.
OptionalerrorAn error.
OptionalhttpIncoming http request.
OptionalhttpResponse of an incoming http request.
OptionalhttpOutgoing http request.
OptionalhttpResponse of an outgoing http request.
OptionalinvisibleSpecifies if the the logstatement is visible for tenant owner / customer.
OptionalmessageA value containing the body of the log record. Can be for example a human-readable string message (including multi-line) describing the event in a free form or it can be a structured data composed of arrays and maps of other values. Can vary for each occurrence of the event coming from the same source.
OptionalnameShort event identifier that does not contain varying parts.
Name describes what happened (e.g. "ProcessStarted"). Recommended to be
no longer than 50 characters. Not guaranteed to be unique in any way.
Typically used for filtering and grouping purposes in backends.
Can be used to identify domain events like FeaturesRequested or UserLoggedIn (cf. example).
Several options for a log statement, that can be used by logging providers.