[[["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-09-04 UTC."],[],[],null,["# Google Cloud Workflows V1 Client - Class CallLogLevel (1.1.1)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.1 (latest)](/php/docs/reference/cloud-workflows/latest/V1.Workflow.CallLogLevel)\n- [1.1.0](/php/docs/reference/cloud-workflows/1.1.0/V1.Workflow.CallLogLevel)\n- [1.0.3](/php/docs/reference/cloud-workflows/1.0.3/V1.Workflow.CallLogLevel)\n- [0.5.5](/php/docs/reference/cloud-workflows/0.5.5/V1.Workflow.CallLogLevel)\n- [0.4.2](/php/docs/reference/cloud-workflows/0.4.2/V1.Workflow.CallLogLevel)\n- [0.3.0](/php/docs/reference/cloud-workflows/0.3.0/V1.Workflow.CallLogLevel)\n- [0.2.17](/php/docs/reference/cloud-workflows/0.2.17/V1.Workflow.CallLogLevel) \nReference documentation and code samples for the Google Cloud Workflows V1 Client class CallLogLevel.\n\nDescribes the level of platform logging to apply to calls and call\nresponses during workflow executions.\n\nProtobuf type `google.cloud.workflows.v1.Workflow.CallLogLevel`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ Workflows \\\\ V1 \\\\ Workflow\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### CALL_LOG_LEVEL_UNSPECIFIED\n\n Value: 0\n\nNo call logging level specified.\n\nGenerated from protobuf enum `CALL_LOG_LEVEL_UNSPECIFIED = 0;`\n\n### LOG_ALL_CALLS\n\n Value: 1\n\nLog all call steps within workflows, all call returns, and all exceptions\nraised.\n\nGenerated from protobuf enum `LOG_ALL_CALLS = 1;`\n\n### LOG_ERRORS_ONLY\n\n Value: 2\n\nLog only exceptions that are raised from call steps within workflows.\n\nGenerated from protobuf enum `LOG_ERRORS_ONLY = 2;`\n\n### LOG_NONE\n\n Value: 3\n\nExplicitly log nothing.\n\nGenerated from protobuf enum `LOG_NONE = 3;`"]]