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/module/GpgFrontendModuleInit.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/module/GpgFrontendModuleInit.h')
-rw-r--r-- | src/module/GpgFrontendModuleInit.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/module/GpgFrontendModuleInit.h b/src/module/GpgFrontendModuleInit.h index c7071856..a3a8bbd3 100644 --- a/src/module/GpgFrontendModuleInit.h +++ b/src/module/GpgFrontendModuleInit.h @@ -37,20 +37,6 @@ struct ModuleInitArgs { }; /** - * @brief - * - * @param args - */ -void GPGFRONTEND_MODULE_EXPORT -LoadGpgFrontendModulesLoggingSystem(spdlog::level::level_enum log_level); - -/** - * @brief - * - */ -void GPGFRONTEND_MODULE_EXPORT ShutdownGpgFrontendModulesLoggingSystem(); - -/** * @brief init the module library * */ |