AIX | HP-UX | Linux | OS/2 | OS/390 | OS/400 | PTX | SUN | Win NT |
X | X | X | X |
|
| X | X | X |
Purpose
The level of messages that Net.Data writes to the log file.
You can specify the value of this variable using a DEFINE statement or with the @DTW_ASSIGN() function.
Requirement: Define DTW_LOG_DIR in the Net.Data initialization file to initiate logging; otherwise Net.Data does not log messages when you specify the DTW_LOG_LEVEL variable in the macro.
Values
DTW_LOG_LEVEL="OFF|ERROR|WARNING"
Table 23. DTW_LOG_LEVEL Values
Values | Description |
---|---|
OFF | Net.Data does not log errors. OFF is the default. |
ERROR | Net.Data logs error messages. |
WARNING | Net.Data logs warnings, as well as error messages. |
Examples
%DEFINE DTW_LOG_LEVEL="ERROR"