diff options
author | Saturneric <[email protected]> | 2023-02-03 06:29:04 +0000 |
---|---|---|
committer | Saturneric <[email protected]> | 2023-02-03 06:29:04 +0000 |
commit | d0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73 (patch) | |
tree | 5e3af6b212d44722cd1d1d5b8560d5eb5237b528 /src/GpgFrontend.h.in | |
parent | feat: update submodules (diff) | |
download | GpgFrontend-d0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73.tar.gz GpgFrontend-d0fe4b6a4f964553e7f1b33aaeaf19e68ba3bc73.zip |
feat: change logging framework to spdlog
Diffstat (limited to 'src/GpgFrontend.h.in')
-rw-r--r-- | src/GpgFrontend.h.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/GpgFrontend.h.in b/src/GpgFrontend.h.in index 78ab6e6a..2ef8ddc2 100644 --- a/src/GpgFrontend.h.in +++ b/src/GpgFrontend.h.in @@ -57,9 +57,7 @@ // logging system -#define ELPP_DEFAULT_LOGGING_FLAGS 8192 -#include <easylogging++.h> - +#include <spdlog/spdlog.h> // build info #define PROJECT_NAME "@CMAKE_PROJECT_NAME@" |