Class LogLine (0.1.5)

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

Application log line emitted while processing a request. .. attribute:: time

Approximate time when this log entry was made.

:type: google.protobuf.timestamp_pb2.Timestamp

Attributes

NameDescription
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.