MSCA / MWA Error Logging
Dear Colleagues,
I'm new to the MSCA/MWA developments and wrote sample programs with error logging information to support debugging.
oracle.apps.inv.utilities.server.UtilFns class was imported and trace method was used to log the error details. Examples like
UtilFns.trace("Application Entered"); UtilFns.trace("Inside Field Entered"); UtilFns.trace("CustomFListener:fieldExited:fldName = " + s); UtilFns.trace("User LOV Entered");
And error logging information in mwa.cfg was set to "trace". mwa.LogLevel=trace
While running the sample program $INST_TOP/log/10260.system.log file was observed to track the trace messages. But no trace messages was found in the log file.