refactoring log class

This commit is contained in:
georgemoralis 2023-08-13 16:54:56 +03:00
parent ca291b6573
commit 04e9366cb8
12 changed files with 105 additions and 11 deletions

View file

@ -17,7 +17,7 @@
#include "spdlog/spdlog.h"
#include "types.h"
#include "GUI/ElfViewer.h"
#include "Util/Log.h"
#include <Util/log.h>
// This example can also compile and run with Emscripten! See 'Makefile.emscripten' for details.
#ifdef __EMSCRIPTEN__