Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDiagnostics
 
awSetDiagnostics
void awSetDiagnostics(
int diag);
diag
The diagnostic level to set.
Sets the system diagnostic level to the value specified by diag. The diagnostic level determines the type of Broker error reporting that will occur for your application. The possible values and their meanings are:
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 methods.
See also: