Module sync (3.1.1)

Transport for Python logging handler.

Logs directly to the the Cloud Logging API with a synchronous call.

Classes

SyncTransport

SyncTransport(client, name, resource=Resource(type="global", labels={}), **kwargs)

Basic sychronous transport.

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