.........................................................

This commit is contained in:
2025-11-11 22:37:38 -05:00
parent d7c481a20b
commit a1f6bda59d
10 changed files with 74 additions and 43 deletions

View File

@@ -2,9 +2,24 @@
#include <filesystem>
#include <fstream>
#include <string>
#include <string_view>
namespace anm2ed
{
#if defined(INFO)
#undef INFO
#endif
#if defined(WARNING)
#undef WARNING
#endif
#if defined(ERROR)
#undef ERROR
#endif
#if defined(FATAL)
#undef FATAL
#endif
#define LEVELS \
X(INFO, "[INFO]") \
X(WARNING, "[WARNING]") \