Example: WCALoggerConfig.xml

The following sample WCALoggerConfig.xml file shows the following information about the trace file and log file for the loading utilities:

<?xml version="1.0" encoding="ISO-8859-1"?>
<config>
<LogSystem name="Log System" compact="true">
 <trace traceFile="WC_installdir\instances\demo\logs\trace.txt" enable="true" fileSize="1024" >
  <component name="COMPONENT_IDRESGEN"/>
<!--  <component name="COMPONENT_MASSLOAD"/> -->
<!--  <component name="COMPONENT_ATTACHMENT"/> -->
  <component name="COMPONENT_MASSEXTRACT"/> 
  <component name="COMPONENT_DTDGEN"/> 
  <component name="COMPONENT_XMLTRANS"/>
 </trace>
 <messageLog messageFile="WC_installdir\instances\demo\logs\messages.txt" enable="true" fileSize="1024" >
<!--   <logSeverity type="INFO"/> -->
<!--  <logSeverity type="WARNING"/> -->
  <logSeverity type="ERROR"/>
 </messageLog>
</LogSystem>
</config>

Related concepts

Related tasks

Related reference