mftrace.dest=emitter-list
Emitter names are case-insensitive.
mftrace.dest=TEXTFILE
To specify that tracing events are to be output to file in binary format:
... mftrace.dest=BINFILE ...
To specify that tracing events are to be output to file in text format and also in binary format:
... mftrace.dest=TEXTFILE,BINFILE ...
or alternatively:
... mftrace.dest=TEXTFILE mftrace.dest=BINFILE ...
Comments:
TEXTFILE is assumed if no mftrace.dest entry is specified in the configuration file.