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