Understanding Call Stack Files
The LogParse for the Enterprise Server and the JASLogParse for the HTML Web Servers (JAS) provide an option to generate a Call Stack file. When Call Stack Files option is enabled, the output file contains an indented BSFN call stack showing the program flow. This output file presents the flow of the code in a cleaner, more readable format than the raw log file. The Call Stack Files feature is best suited for large UBE logs.
All DEBUG strings specified are also placed into the Call Stack file at the proper level within the framework of the BSFN calls. This feature can be used in conjunction with any Parse Level setting.
For multi-threaded log files, a separate Call Stack file is created for each individual thread. The file is named by thread ID using the following syntax:
<log file base
name>_CALLSTACK_THREAD_<thread ID>.txt