Google Cloud Workflows V1 Client - Class CallLogLevel (0.4.2)

Reference documentation and code samples for the Google Cloud Workflows V1 Client class CallLogLevel.

Describes the level of platform logging to apply to calls and call responses during workflow executions.

Protobuf type google.cloud.workflows.v1.Workflow.CallLogLevel

Namespace

Google \ Cloud \ Workflows \ V1 \ Workflow

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

CALL_LOG_LEVEL_UNSPECIFIED

Value: 0

No call logging level specified.

Generated from protobuf enum CALL_LOG_LEVEL_UNSPECIFIED = 0;

LOG_ALL_CALLS

Value: 1

Log all call steps within workflows, all call returns, and all exceptions raised.

Generated from protobuf enum LOG_ALL_CALLS = 1;

LOG_ERRORS_ONLY

Value: 2

Log only exceptions that are raised from call steps within workflows.

Generated from protobuf enum LOG_ERRORS_ONLY = 2;

LOG_NONE

Value: 3

Explicitly log nothing.

Generated from protobuf enum LOG_NONE = 3;