mirror of
https://github.com/FairRootGroup/FairLogger.git
synced 2025-10-15 17:41:44 +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).