Type alias DataAPILoggingOutput

DataAPILoggingOutput: "event" | "stdout" | "stderr"

Represents the different outputs that can be emitted/logged to by the DataAPIClient.

This can be set to either 'event', 'stdout', or 'stderr'. However, attempting to set both 'stdout' and 'stderr' as an output for a single event will result in an error.

See DataAPIClientEventMap & DataAPILoggingConfig for much more info.