Class Transport (2.3.1)

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, **kwargs)

Transport send to be implemented by subclasses.

Parameters
Name Description
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.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.