-
Notifications
You must be signed in to change notification settings - Fork 0
JSON Files Support
Rafael Fassi Lobão edited this page Mar 12, 2022
·
1 revision
QLogExplorer
supports JSON format as follow:
{"LogLevel":"INFO","DateTime":"28-12-2021 18:03:54.00274","LogMessage":"System initialized"}
{"LogLevel":"WARNING","DateTime":"28-12-2021 18:03:54.00301","LogMessage":"Not in UTC"}
{"LogLevel":"ERROR","DateTime":"28-12-2021 18:03:56.00885","LogMessage":"Exception caught"}
Please, notice that each log entry must be a JSON object having only attributes of the following types:
- String
- Signed integer
- Unsigned integer
- Floating point
- Boolean
WARNING The columns recognition looks only at the first entry of the file, so if the first entry doesn't have all the fields, the missing fields must be added manually in the template.