From b2416925f8845b70ed25fb4ec7cde8ef11e8c239 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 21 Aug 2025 20:39:52 +0100 Subject: Initial commit; basic Apache log parsing --- src/webstat_logger_main.cpp | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 src/webstat_logger_main.cpp (limited to 'src/webstat_logger_main.cpp') diff --git a/src/webstat_logger_main.cpp b/src/webstat_logger_main.cpp new file mode 100644 index 0000000..c4d31d6 --- /dev/null +++ b/src/webstat_logger_main.cpp @@ -0,0 +1,7 @@ +#include "ingestor.hpp" + +int +main(int, char **) +{ + WebStat::Ingestor {}.ingestLog(stdin); +} -- cgit v1.2.3