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