From 732a72414ca5788d53f2f5e016c7cd53b611d66d Mon Sep 17 00:00:00 2001 From: 464027401@qq.com <464027401@qq.com> Date: 星期三, 15 九月 2021 16:47:26 +0800 Subject: [PATCH] 替换使用去掉callkit的包 --- Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h | 56 -------------------------------------------------------- 1 files changed, 0 insertions(+), 56 deletions(-) diff --git a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h old mode 100755 new mode 100644 index 751ef73..4ec5fb0 --- a/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h +++ b/Shared.IOS.HDLLinphoneSDK/Shared.IOS.HDLLinphoneSDK/Library/linphone.framework/Headers/logging.h @@ -151,62 +151,6 @@ LINPHONE_PUBLIC void linphone_logging_service_set_log_file(const LinphoneLoggingService *service, const char *dir, const char *filename, size_t max_size); /** - * @brief Set the domain where application logs are written (for example with #linphone_logging_service_message()). - * @param log_service The logging service singleton. - * @param domain The domain. - * @note The domain is mandatory to write logs. This needs to be set before setting the log level. - */ -LINPHONE_PUBLIC void linphone_logging_service_set_domain(LinphoneLoggingService *log_service, const char *domain); - -/** - * @brief Get the domain where application logs are written (for example with #linphone_logging_service_message()). - * @param log_service The logging service singleton. - */ -LINPHONE_PUBLIC const char *linphone_logging_service_get_domain(LinphoneLoggingService *log_service); - -/** - * @brief Write a LinphoneLogLevelDebug message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_debug(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelTrace message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_trace(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelMessage message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_message(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelWarning message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_warning(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelError message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_error(LinphoneLoggingService *log_service, const char *msg); - -/** - * @brief Write a LinphoneLogLevelFatal message to the logs. - * @param log_service The logging service singleton. - * @param msg The log message. - */ -LINPHONE_PUBLIC void linphone_logging_service_fatal(LinphoneLoggingService *log_service, const char *msg); - -/** * @brief Increases the reference counter. */ LINPHONE_PUBLIC LinphoneLoggingServiceCbs *linphone_logging_service_cbs_ref(LinphoneLoggingServiceCbs *cbs); -- Gitblit v1.8.0