Changes for page Event Log

Last modified by Scott Kohlmann on 2023/04/21 14:08

From version 6.1
edited by Mark Kohlmann
on 2022/02/04 03:04
Change comment: There is no comment for this version
To version 7.1
edited by Mark Kohlmann
on 2022/02/04 16:11
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -39,12 +39,13 @@
39 39  * File is saved in a csv (comma separated values) format
40 40  * Files are saved incrementally: ##EventLog_2020-02-21T11-56-21_~#~##.csv## where 2020-02-21T11-56-21 is the program start time and ~#~## is the index of the file, starting at 000.
41 41  * Once the file reaches 2MB it will automatically be zipped and a new file will be created and the index will be incremented.
42 -* Text qualifier is not used.
42 +* Quote (") is used as a text qualifer
43 43  * Columns:
44 -##AppID,Timestamp,Trigger,Type,GlobalId,Name,Message,Value##
44 +##AppID,Timestamp,Level,Trigger,Type,GlobalId,Name,Message,Value##
45 45  ** AppID - The app number on the control system that logged the message
46 46  ** Timestamp - Timestamp of the log entry in YYYY-MM-DDTHH:MM:SSTZ format. Example: 2020-02-21T11:57:21-06:00
47 -** Trigger - Empty unless Enable Trace is true.  The object that triggered the event.  Version 3.014 or later.  Multiple possible triggers.  Additional triggers may be added in the future.
47 +** Level - Level of logging (Trace, Debug, Information, Warning, Error, Critical)
48 +** Trigger - Empty unless Enable Trace is true.  The object that triggered the event.  **Version 3.014 or later.**  Multiple possible triggers.  Additional triggers may be added in the future.
48 48  *** BACNET:X - BACnet instance that triggered the event. X is the BACnet name.
49 49  *** FUSION:XX - Crestron Fusion triggered the event.  XX is the IP-ID.
50 50  *** GID:N - Triggered by a ShowRunner object.  N is the GlobalId of the object.