When you work in the Mapper, Allora generates two trace files by default: engine.log and mapper.log (with the date the file was generated.) The files are located in the Allora logs directory. You can also switch the engine trace file on and off using the properties below.
traceFlag Set to true to enable tracing, or false to switch off tracing: System.setProperty("com.hitsw.xml.databinding.traceFlag","false") System.setProperty("com.hitsw.xml.databinding.traceFlag","true");
traceStream Set a path and file name for the trace information: System.setProperty("com.hitsw.xml.databinding.traceStream","allora.trc");
|