google_api_logging v0.7.0 GoogleApi.Logging.V2.Model.LogLine View Source

Application log line emitted while processing a request.

Attributes

  • logMessage (String.t): App-provided log message. Defaults to: null.
  • severity (String.t): Severity of this log entry. Defaults to: null.

    • Enum - one of [DEFAULT, DEBUG, INFO, NOTICE, WARNING, ERROR, CRITICAL, ALERT, EMERGENCY]
  • sourceLocation (SourceLocation): Where in the source code this log message was written. Defaults to: null.
  • time (DateTime.t): Approximate time when this log entry was made. Defaults to: null.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t() View Source
t() :: %GoogleApi.Logging.V2.Model.LogLine{
  logMessage: any(),
  severity: any(),
  sourceLocation: GoogleApi.Logging.V2.Model.SourceLocation.t(),
  time: DateTime.t()
}

Link to this section Functions

Link to this function

decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.