class documentation

class StdoutBackend(TelemetryBackend):

Constructor: StdoutBackend(config)

View In Hierarchy

Backend that logs telemetry to stdout.

Method capture Log a telemetry event as JSON.

Inherited from TelemetryBackend:

Method __init__ Undocumented
Method flush Flush any buffered events.
Method shutdown Shutdown backend resources and flush pending events.
Instance Variable config Undocumented
def capture(self, event: TelemetryEvent): ΒΆ

Log a telemetry event as JSON.