From 644aa4397b03dbef73f8bfedc13925b51cad836b Mon Sep 17 00:00:00 2001 From: saturneric Date: Fri, 5 Jan 2024 20:55:15 +0800 Subject: feat: integrate logging api to core --- src/init.h | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'src/init.h') diff --git a/src/init.h b/src/init.h index 4c744d2a..a8d3bb9b 100644 --- a/src/init.h +++ b/src/init.h @@ -46,12 +46,6 @@ void HandleSignal(int sig); */ void InitLoggingSystem(const GFCxtSPtr &); -/** - * @brief initialize the logging system. - * - */ -void ShutdownLoggingSystem(const GFCxtSPtr &); - /** * @brief init global PATH env * @@ -66,9 +60,9 @@ void InitGlobalPathEnv(); void InitGlobalBasicalEnv(const GFCxtWPtr &, bool); /** - * @brief - * - * @param p_ctx + * @brief + * + * @param p_ctx */ void ShutdownGlobalBasicalEnv(const GFCxtWPtr &p_ctx); -- cgit v1.2.3