Defining formatter initializer parameter in btt.xml

Before initializing BTT format component, you need to initialize BTT trace component:
<?xml version="1.0"?>
<btt.xml>
    <kColl id="components">
        <kColl id="format">
            <field id="initializer"
				value="com.ibm.btt.format.FormatInitializer" />
            <field id="extFile" value="format.xml" />
            <kColl id="classTable">
                <field id="format" value="com.ibm.btt.format.impl.FormatDefine" />
                <field id="record" value="com.ibm.btt.format.impl.RecordFormat" />
                <field id="fInteger" value="com.ibm.btt.format.impl.IntegerFormat" /> 
                <field id="fString" value="com.ibm.btt.format.impl.StringFormat" />
                <field id="selfLength" value="com.ibm.btt.format.impl.SelfLength" />
            </kColl>
         </kColl>
    </kColl>
</btt.xml>
Where: