Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Huth committed Dec 4, 2024
1 parent 470882f commit a6c0b3a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Core/include/Acts/Utilities/Logger.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ class StructuredLoggerBase {
const std::span<double>& 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<StructuredLoggerBase>&& structuredLogger);
StructuredLoggerBase* getStructuredLogger();
Expand Down

0 comments on commit a6c0b3a

Please sign in to comment.