FairLogger/logger
Giulio Eulisse 635f184a6b Avoid extra allocation when creating the LogMetaData
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).
2024-05-23 14:38:03 +02:00
..
bundled/fmt Update license/copyright information 2019-08-27 13:40:01 +02:00
Logger.cxx Avoid extra allocation when creating the LogMetaData 2024-05-23 14:38:03 +02:00
Logger.h Avoid extra allocation when creating the LogMetaData 2024-05-23 14:38:03 +02:00
Version.h.in CMake: Update version logic 2019-06-27 13:18:26 +02:00