Log file parsing collection
This is a sample user-defined collection (UDC). Edit or copy LOGFILE.COL to customize which error log entries are included.
Any user-declared columns will appear following the predefined columns (below). Derived columns appear after any user-declared columns.
None
Name | Data Type | Description |
---|---|---|
Timestamp | string(32) | Time when the message was parsed |
Seq# | long | Sequence #, within a timestamp |
AppName | string(64) | Application name, as defined in the UDC |
FilePath | string(256) | Error log file path |
ErrorCode | string(128) | Error code, as defined in the UDC |
ErrorLevel | string(128) | Error level, as defined in the UDC |
ErrorText | string(256) | Error text, as defined in the UDC |
Attributes: | None |
---|---|
Minimum OS version: | None |