How to Add Sensor Event Log - PostgreSQL Data Source

I am using a locally hosted Grafana instance of version 11.1.0 on Windows 11 connected to a PostgreSQL data source. My data consists of sensor data from multiple trial runs. After each run, I get an event log of how the run went. Currently, this is just a text file, but I know that Grafana has the ability to display data logs for data sources that offer support for them, like Loki. My situation is different, as the logs I am interested in displaying are not query logs, but logs from my sensors, and they are currently not incorporated into my database either. I did some research but was not able to find an answer as to whether it is possible for me to display local text files as logs on Grafana.

Below is what I am hoping to achieve:

Here is the format of one of these logs:
"
Time: 000:06.828 Program Start at: 08/26/20 17:17:32, Version: UAV GCS 5.0 r2.1 - 24 ADSB COT VTOL TRIL Build: 5021
Time: 000:12.187 Mission load: C:\Users\Public\Documents\My GCS\Missions\SMR\SMR from north new patterns.mis
Time: 000:25.984 Fault Status Changed: 0x00000000
Time: 000:25.984 Power Fault Status Changed: 0x00000000
Time: 000:37.156 LZ Selection: : Primary
Time: 001:22.796 GCS serial port, reopens: : 0 0
Time: 001:22.984 Primary serial port, reopens: : 0 0
Time: 001:23.109 Program End

Time: 000:06.765 Program Start at: 08/26/20 17:19:42, Version
Time: 000:11.687 Mission load:
Time: 000:25.281 Fault Status Changed: 0x00000000
Time: 000:25.281 Power Fault Status Changed: 0x00000000
Time: 000:37.219 VehicleControl - Autonomous mode activated
Time: 000:37.844 RC Mode Activated
Time: 000:38.406 VehicleControl - Autonomous mode activated
Time: 000:51.969 GCS serial port, reopens: : 0 0
Time: 000:52.156 Primary serial port, reopens: : 0 0
Time: 000:52.281 Program End
"
I am happy to provide additional information and would appreciate any insight.