Excluding message types from the MFT stand-alone file logger

To exclude a certain message type from the file logger output, we can use empty message type elements.


Example

For example, the following format definition stops transferProgress messages being output by the file logger.

<?xml version="1.0" encoding="UTF-8"?>
<logFormatDefinition  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.00"
 xsi:noNamespaceSchemaLocation="FileLoggerFormat.xsd">
  <messageTypes>
    <transferProgress></transferProgress>
  </messageTypes>
</logFormatDefinition>
Parent topic: MFT stand-alone file logger format