mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2026-02-04 10:59:21 +00:00
By using a std::string_view for LogMetaData strings we avoid an implicit memory allocation when passing __file__, etc. which are char const* (notice this is also the case for the standardized std::source_location::file_name etc).