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.
Syntax:
mftrace.dest=emitter-list
Parameters:
-
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.
Default:
mftrace.dest=TEXTFILE
Examples:
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.