Class SyncTransport (1.15.1)

SyncTransport(client, name)

Basic sychronous transport.

Uses this library's Logging client to directly make the API call.

Inheritance

builtins.object > Transport > SyncTransport

Methods

send

send(record, message, resource=None, labels=None, trace=None, span_id=None)

Overrides transport.send().

Parameters
NameDescription
record `logging.LogRecord`

Python log record that the handler was called with.

message str

The message from the LogRecord after being formatted by the associated log formatters.

resource Resource

(Optional) Monitored resource of the entry.

labels dict

(Optional) Mapping of labels for the entry.