logLevel
- type:
enum { error, info, debug, trace }- example:
config logLevel : debug;- description:
- Tracing level for run time.
erroris the least verbose andtraceis the most verbose. - default:
error- where:
- Any operator invocation or composite operator.
- Note:
- Deprecated. Replaced by
config tracing.