Some or all of the information on this page might not apply to Trusted Cloud by S3NS.
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 1.13.0keyboard_arrow_down
Python Logging Handler Sync Transport
Transport for Python logging handler.
Logs directly to the the Stackdriver Logging API with a synchronous call.
class google.cloud.logging.handlers.transports.sync.SyncTransport(client, name)
Bases: google.cloud.logging.handlers.transports.base.Transport
Basic sychronous transport.
Uses this library’s Logging client to directly make the API call.
send(record, message, resource=None, labels=None, trace=None, span_id=None)
Overrides transport.send().
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.
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-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]