template.add( new Attribute( "FIELD0", "Record Number" ) );
template.add( new Attribute( "FIELD1", "Logged DateTime" ) );
template.add( new Attribute( "FIELD2", "Logged Level" ) );
template.add( new Attribute( "FIELD3", "Product Name" ) );
template.add( new Attribute( "FIELD4", "Logger Name" ) );
template.add( new Attribute( "FIELD5", "Name Value Pairs" ) );
template.add( new Attribute( "FIELD6", "Message Id" ) );
template.add( new Attribute( "FIELD7", "Message" ) );
templateAttribute = new Attribute( "Header", template );
return templateAttribute;