Utility for research and analysis of log files. The utility was developed for working with two specific types of logs. Therefore, the characters of the beginning and end of the line are hardcoded. Used C++, Qt, SQLite
Technical requirements that were followed during development Part of the study:
- Can open large log files (up to 3GB)
- Many search criteria: Possibility of selection up to 5 occurrences in one line by the condition &. Up to 10 varieties of string search by condition |.
- Convenient display of search results - the character of the beginning and end of the line is predefined.
- Ability to work realtime and offline
- Possibility of multi-colored lighting for each of the filters
Part of the analysis:
- Analysis of the log file itself, familiarization with the presence of such logs as INFO, DEBUG, WARNING, and ERROR (.log)
- A local database is created to store information describing the problem and methods for fixing/circumventing it.
- The visual output of known problems of problems in the log.