Skip to content
Snippets Groups Projects

Improved scheduling

Merged Olivier BICHLER requested to merge scheduling into dev
2 files
+ 38
3
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -18,6 +18,8 @@
#include <fmt/format.h>
#include <fmt/ranges.h>
#include "aidge/utils/Attributes.hpp"
namespace Aidge {
/**
* Aidge logging class, for displaying and file logging of events.
@@ -145,4 +147,9 @@ private:
};
}
namespace {
template <>
const char *const EnumStrings<Aidge::Log::Level>::data[] = {"Debug", "Info", "Notice", "Warn", "Error", "Fatal"};
}
#endif //AIDGE_LOG_H_
Loading