Stay organized with collections
Save and categorize content based on your preferences.
Structured Log Handler
Logging handler for printing formatted structured logs to standard output.
class google.cloud.logging_v2.handlers.structured_log.StructuredLogHandler(*, labels=None, stream=None, project_id=None, json_encoder_cls=None, **kwargs)
Bases: logging.StreamHandler
Handler to format logs into the Cloud Logging structured log format,
and write them to standard output
Parameters
labels (Optional[dict]) – Additional labels to attach to logs.
stream (Optional[IO]) – Stream to be used by the handler.
project (Optional[str]) – Project Id associated with the logs.
json_encoder_cls (Optional[Type[JSONEncoder]]) – Custom JSON encoder. Defaults to json.JSONEncoder
emit(record)
Emit a record.
If a formatter is specified, it is used to format the record.
The record is then written to the stream with a trailing newline. If
exception information is present, it is formatted using
traceback.print_exception and appended to the stream. If the stream
has an ‘encoding’ attribute, it is used to determine how to do the
output to the stream.
Format the message into structured log JSON.
:param record: The log record.
:type record: logging.LogRecord
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-10-10 UTC.
[[["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 2025-10-10 UTC."],[],[]]