Class Transport (1.13.0)
Stay organized with collections
Save and categorize content based on your preferences.
Transport()Base class for Google Cloud Logging handler transports.
Subclasses of Transport must have constructors that accept a
client and name object, and must override send.
Methods
flush
flush()Submit any pending log records.
For blocking/sync transports, this is a no-op.
send
send(record, message, resource=None, labels=None, trace=None, span_id=None)Transport send to be implemented by subclasses.
| Parameters | |
|---|---|
| Name | Description |
record |
Python log record that the handler was called with. |
message |
str
The message from the |
resource |
Resource
(Optional) Monitored resource of the entry. |
labels |
dict
(Optional) Mapping of labels for the entry. |