Wrote the print_logs funciton for debugging and changed the location of the test .log files

This commit is contained in:
2026-05-29 10:45:11 -04:00
parent 9105718e56
commit 46e8048e14
6 changed files with 42 additions and 18 deletions

View File

@@ -1,4 +1,7 @@
#include "log_parsing/log_parsing.hpp"
int main(){
}
p_logs logs("C:\\Users\\lewis\\Desktop\\Code\\parselog_cli\\test_logs\\access.log");
logs.print_logs();
return 0;
}