The
mf.see.dispatch component specifies tracing required for the
MicroFocus.SEE.Dispatch assembly. It contains the following options:
- mftrace.level.mf.see.dispatch
- Sets the trace level:
- debug
- info
- warn
- error
- fatal
- mftrace.comp.mf.see.dispatch#services
- Enables or disables dispatch WCF service tracing:
- True: Enables dispatch service tracing.
- False: Disables dispatch service tracing.
- mftrace.comp.mf.see.dispatch#task
- Enables or disables task-related tracing:
- True: Enables task-related tracing.
- False: Disables task-related tracing.
mf.see.dispatch component trace example
The following example:
- Sets
mf.see.dispatch assembly tracing to the debug level.
- Enables WCF service tracing.
- Enables task-related tracing
mftrace.level.mf.see.dispatch = debug
mftrace.comp.mf.see.dispatch#services = true
mftrace.comp.mf.see.dispatch#task = true