TraceLog
Name: Trace Log
Type: Ancillary
Modules: Reporting
Description: If the Database Trace Listener is enabled then entries made to database are tracked. What, who and when of data changes.
| Field | Documentation |
|---|---|
| AppName | Name of the application the record pertains to (for example, SchedServer, Mdt Server). |
| ComputerName | Name of the computer the application is running on. |
| PID | Numeric identifier of the process that the application was in when the tracked item was made. |
| ThreadId | Numeric identifier of the thread that created the trace. |
| TraceDate | Date the action was tracked. |
| TraceTime | Time the action was tracked. |
| TraceLevel | Hard-coded value for the level that the trace switch was at when the trace was recorded. |
| ClassName | Actual name of the class that the trace message was generated from. |
| TraceMessage | Message that describes the log entry or action (e.g., Activate Booking begin, Invalid month set). |
| LongTraceMessage | Complete and unedited trace message. |