Setting the System Diagnostic Level
You can use the awSetDiagnostics function to specify the level of error reporting that the webMethods Broker system should present to your application. You can also use the awGetDiagnostics function to obtain the current setting of the system's diagnostic level.
Diagnostic Level | Description |
0 | No error output will be produced. |
1 | Produces error output for major errors only. This is the default setting. |
2 | Produces all error output for all public functions. |