From a6c0b3a0e1d5127fcbb35b41fbe7a722c85b3187 Mon Sep 17 00:00:00 2001 From: Benjamin Huth Date: Wed, 4 Dec 2024 17:02:06 +0100 Subject: [PATCH] comment --- Core/include/Acts/Utilities/Logger.hpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Core/include/Acts/Utilities/Logger.hpp b/Core/include/Acts/Utilities/Logger.hpp index bf9969d8782..5300696add9 100644 --- a/Core/include/Acts/Utilities/Logger.hpp +++ b/Core/include/Acts/Utilities/Logger.hpp @@ -38,6 +38,9 @@ class StructuredLoggerBase { const std::span& s) = 0; }; +/// TODO this is not meant to be the final version +/// Ultimately the structured logger should be somehow part of Acts::Logger +/// instance but was to lazy for now to do the wireing void setStructuredLogger( std::unique_ptr&& structuredLogger); StructuredLoggerBase* getStructuredLogger();