Specifies the default output destinations that are to be used when tracing. If you specify multiple mftrace.dest definitions for a given emitter in the configuration file their effect is cumulative.
mftrace.dest=emitter-list
emitter-list | a list of comma- or space-separated emitter names.
See
Emitter List
for a list of available emitters.
Emitter names are case-insensitive. |
mftrace.dest=TEXTFILE
TEXTFILE is assumed if no mftrace.dest entry is specified in the configuration file.
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 ...