Output files
The output of using the dynamic logging feature is a file. It contains the log entries. A log entry is a single line entry for each event that has been logged and is comprised of components in the following format:
<msgid><date/time><threadid><instance><msgtext><extra>
- Log Entry
Component - Description
- msgid
- unique identifier of the log entry
- date/time
- date and time of the executed action type
- threadid
- identifier that distinguishes each map that is running concurrently
- instance
- instance number of a map that is running
- msgtext
- log entry
- extra
- area for additional information (optional)