Package types (0.1.5)

API documentation for appengine_logging_v1.types package.

Classes

LogLine

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

Approximate time when this log entry was made.

:type: google.protobuf.timestamp_pb2.Timestamp

RequestLog

Complete log information about a single HTTP request to an App Engine application.

SourceLocation

Specifies a location in a source code file. .. attribute:: file

Source file name. Depending on the runtime environment, this might be a simple name or a fully-qualified name.

:type: str

SourceReference

A reference to a particular snapshot of the source tree used to build and deploy an application.