WIP, reworking features

This commit is contained in:
emeric
2019-11-08 13:34:07 +01:00
parent f3c02a84ba
commit 07eae9cf96
18 changed files with 328 additions and 339 deletions
+2 -2
View File
@@ -19,7 +19,7 @@
#include "Logger.hpp"
std::string getModuleName(Module mod)
const char* getModuleName(Module mod)
{
switch (mod)
{
@@ -41,7 +41,7 @@ std::string getModuleName(Module mod)
return "";
}
std::string getSeverityName(Severity sev)
const char* getSeverityName(Severity sev)
{
switch (sev)
{