log_parser_by_syn1ak 0.3.0

A parser for analyzing structured log files, utilizing the Pest parsing library. `log_parser` extracts components such as date, time, log level, module, request ID, error code, and message from each log entry. This enables efficient log analysis, filtering, and reporting, facilitating troubleshooting and monitoring in complex systems.
Documentation
1
2
3
4
5
2024-11-06 12:00:00UTC INFO System started successfully
2024-11-06 12:34:56UTC DEBUG mod-yes req-12345 Module initialized with parameters
2024-11-06 13:45:30UTC WARN req-67890 Network latency detected
2024-11-06 14:22:10UTC ERROR mod-no req-11223 Failed to connect to database
2024-11-06 15:05:50UTC FATAL req-33456 System crash due to overload