log class : added color output based on log levels (WIP)

This commit is contained in:
georgemoralis 2023-08-13 17:33:50 +03:00
parent 04e9366cb8
commit 5a30f0711e
2 changed files with 5 additions and 1 deletions

View file

@ -157,7 +157,7 @@ void Elf::Open(const std::string& file_name)
}
}
DebugDump();
//DebugDump();
}
bool Elf::isSelfFile() const