google_api_logging v0.13.0 GoogleApi.Logging.V2.Model.LogLine View Source
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.
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 Sourcet() :: %GoogleApi.Logging.V2.Model.LogLine{ logMessage: String.t(), severity: String.t(), sourceLocation: GoogleApi.Logging.V2.Model.SourceLocation.t(), time: DateTime.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.