diff options
author | saturneric <[email protected]> | 2024-01-05 12:55:15 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-01-05 12:55:15 +0000 |
commit | 644aa4397b03dbef73f8bfedc13925b51cad836b (patch) | |
tree | 7788d1cd2f0687dd8e576b111d9990c580092e7a /src/core/GpgCoreInit.h | |
parent | fix: slove some known issues (diff) | |
download | GpgFrontend-644aa4397b03dbef73f8bfedc13925b51cad836b.tar.gz GpgFrontend-644aa4397b03dbef73f8bfedc13925b51cad836b.zip |
feat: integrate logging api to core
Diffstat (limited to 'src/core/GpgCoreInit.h')
-rw-r--r-- | src/core/GpgCoreInit.h | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/core/GpgCoreInit.h b/src/core/GpgCoreInit.h index e1458e95..15f0254d 100644 --- a/src/core/GpgCoreInit.h +++ b/src/core/GpgCoreInit.h @@ -41,19 +41,6 @@ struct CoreInitArgs { * @brief * */ -void GPGFRONTEND_CORE_EXPORT -InitCoreLoggingSystem(spdlog::level::level_enum level); - -/** - * @brief - * - */ -void GPGFRONTEND_CORE_EXPORT ShutdownCoreLoggingSystem(); - -/** - * @brief - * - */ void GPGFRONTEND_CORE_EXPORT DestroyGpgFrontendCore(); /** |