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