C runtime routing file on Windows
This topic describes the C runtime routing files on Windows.
The default routing file for the C runtime on a Windows operating system, %PD_HOME%\etc\routing, contains message log specifications similar to the specifications in Figure 1. Using this routing file, messages are logged in the following manner:
- FATAL messages are sent to the standard error device as ASCII text in the current code page and locale and also are written to the C:/PROGRA~1/Tivoli/POLICY~1/log/msg__fatal.log file in the same format.
- ERROR messages are sent to the standard error device as ASCII text in the current code page and locale and also are written to the C:/PROGRA~1/Tivoli/POLICY~1/log/msg__error.log file in the same format.
- WARNING messages are sent to the standard error device as ASCII text in the current code page and locale and also are written to the C:/PROGRA~1/Tivoli/POLICY~1/log/msg__warning.log file in the same format.
- NOTICE messages are written to the C:/PROGRA~1/Tivoli/POLICY~1/log/msg__notice.log file only.
- NOTICE_VERBOSE messages are not captured, because this line starts with the number sign (#).
Parent topic: Message routing files