summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan.goodliffe@octal.co.uk>2025-09-23 13:31:26 +0100
committerDan Goodliffe <dan.goodliffe@octal.co.uk>2025-09-23 13:31:26 +0100
commit71803b97f1c9e31f2027da48bb742353f9c43e62 (patch)
tree99f418aa8cf4d4dd9edd2de1985295c48b4ba904 /src/ingestor.hpp
parent4785b4d8c5bac4e03ed8dd2a4c01ec098da60d7b (diff)
downloadwebstat-71803b97f1c9e31f2027da48bb742353f9c43e62.tar.bz2
webstat-71803b97f1c9e31f2027da48bb742353f9c43e62.tar.xz
webstat-71803b97f1c9e31f2027da48bb742353f9c43e62.zip
Write unparsable lines to the entity table
Diagnostics and the ability to ingest later.
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index ffdcc9a..879526d 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -27,6 +27,7 @@ namespace WebStat {
[[nodiscard]] static ScanResult scanLogLine(std::string_view);
void ingestLog(std::FILE *);
+ void ingestLogLine(std::string_view);
void ingestLogLine(DB::Connection *, std::string_view);
template<typename... T> void storeLogLine(DB::Connection *, const std::tuple<T...> &) const;