Module background_thread (2.7.2)

Transport for Python logging handler

Uses a background worker to log to Cloud Logging asynchronously.

Classes

BackgroundThreadTransport

BackgroundThreadTransport(
    client, name, *, grace_period=5.0, batch_size=10, max_latency=0
)

Asynchronous transport that uses a background thread.