Send feedback
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.14.0 keyboard_arrow_down
Python Logging Handler Sync Transport
Module containing base class for logging transport.
class google.cloud.logging.handlers.transports.base.Transport()
Bases: object
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()
.
flush()
Submit any pending log records.
For blocking/sync transports, this is a no-op.
send(record, message, resource=None, labels=None, trace=None, span_id=None)
Transport send to be implemented by subclasses.
Parameters
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.
Send feedback
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 2024-10-30 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]