Log file entries have the following format:
[DD/MMM/YYYY:HH:MM:SS][MACRO][BLOCK][PID#][TID#]error_message
Parameters:
- DD
- The date
- MMM
- The month (Jan-Dec)
- YYYY
- The year
- HH
- The hour (00-23)
- MM
- The minute (00-59)
- SS
- The number of seconds (00-59)
- MACRO
- The macro that generated the error message
- BLOCK
- The name of the HTML block that generated the error message.
- PID#
- The process ID number of the process that generated the error
message. This ID is necessary because multiple Net.Data
processes can be writing to the log file.
- TID#
- The thread ID number of the thread that generated the error
message. This ID is necessary because multiple threads from the same
Net.Data process can be writing to the log file.
- error_message
- The text of the error message
[ Top of Page | Previous Page | Next Page | Index ]