google_api_logging v0.8.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
nil
. - severity (String.t): Severity of this log entry. Defaults to
nil
. - sourceLocation (GoogleApi.Logging.V2.Model.SourceLocation.t): Where in the source code this log message was written. Defaults to
nil
. - time (DateTime.t): Approximate time when this log entry was made. Defaults to
nil
.
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()
View Source
t() :: %GoogleApi.Logging.V2.Model.LogLine{
logMessage: String.t(),
severity: String.t(),
sourceLocation: GoogleApi.Logging.V2.Model.SourceLocation.t(),
time: DateTime.t()
}
t() :: %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
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.