View Source GoogleApi.Logging.V2.Model.LogLine (google_api_logging v0.47.0)

Application log line emitted while processing a request.

Attributes

  • logMessage (type: String.t, default: nil) - App-provided log message.
  • severity (type: String.t, default: nil) - Severity of this log entry.
  • sourceLocation (type: GoogleApi.Logging.V2.Model.SourceLocation.t, default: nil) - Where in the source code this log message was written.
  • time (type: DateTime.t, default: nil) - Approximate time when this log entry was made.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Logging.V2.Model.LogLine{
  logMessage: String.t() | nil,
  severity: String.t() | nil,
  sourceLocation: GoogleApi.Logging.V2.Model.SourceLocation.t() | nil,
  time: DateTime.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.