Class LogLine (1.4.3)

LogLine(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Application log line emitted while processing a request.

Attributes

NameDescription
time google.protobuf.timestamp_pb2.Timestamp
Approximate time when this log entry was made.
severity google.logging.type.log_severity_pb2.LogSeverity
Severity of this log entry.
log_message str
App-provided log message.
source_location google.cloud.appengine_logging_v1.types.SourceLocation
Where in the source code this log message was written.