|
void | joinLogLines () |
| Reads the selected files and append the resulting lines to the list.
|
|
void | parseLogLines () |
| Parses the lines in the list and stores their data in the data collection.
|
|
void | storeLogLines () |
| Handles the process of storing data in the database.
|
|
const bool | storeData (QSqlDatabase &db) |
| Stores the data collection in the logs Collection database.
|
|
◆ joinLogLines()
void CraplogParser::joinLogLines |
( |
| ) |
|
|
private |
Reads the selected files and append the resulting lines to the list.
- Exceptions
-
◆ parseLogLines()
void CraplogParser::parseLogLines |
( |
| ) |
|
|
private |
Parses the lines in the list and stores their data in the data collection.
- Exceptions
-
◆ storeData()
const bool CraplogParser::storeData |
( |
QSqlDatabase & |
db | ) |
|
|
private |
Stores the data collection in the logs Collection database.
- Parameters
-
db | A database instance, already initizlized |
- Returns
- Whether the operation has been successful or not
- Exceptions
-
◆ storeLogLines()
void CraplogParser::storeLogLines |
( |
| ) |
|
|
private |
Handles the process of storing data in the database.
- See also
- storeData()
The documentation for this class was generated from the following files:
- logdoctor/modules/craplog/modules/workers/parser.h
- logdoctor/modules/craplog/modules/workers/parser.cpp