Module base (3.1.2)

Module containing base class for logging transport.

Classes

Transport

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

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.