OBJECT

Log

A log event.

link GraphQL Schema definition

  • type Log {
  • # The log event ID.
  • id: String
  • # The encoder.
  • encoder: Encoder
  • # The namespace.
  • nameSpace: Namespace
  • # The date and time at which log event occurred.
  • timestamp: DateTime
  • # The log event details.
  • event: JSON
  • }

link Require by

This element is not required by anyone