ExecutionCallLogLevel

enum ExecutionCallLogLevel : Enum<ExecutionCallLogLevel> , ConvertibleToJava<ExecutionCallLogLevel>

The call logging level associated to this execution.

Entries

Link copied to clipboard

No call logging level specified.

Link copied to clipboard

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

Link copied to clipboard

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ExecutionCallLogLevel
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ExecutionCallLogLevel
Link copied to clipboard
Link copied to clipboard