↩ revert(MESA_handle_logger.h): 接口回滚,句柄继续使用已有的void*定义
This commit is contained in:
@@ -224,7 +224,7 @@ int MESA_handle_runtime_log_level_enabled(void *v_handle, const int level)
|
||||
|
||||
void MESA_handle_runtime_log(void *v_handle, int level, const char *module, const char *fmt, ...)
|
||||
{
|
||||
struct log_handle_t *handle = (struct log_handle_t *)handle;
|
||||
struct log_handle_t *handle = (struct log_handle_t *)v_handle;
|
||||
if(handle == NULL || handle->runtime_log_file == NULL)return;
|
||||
|
||||
if(handle->zc == NULL)return;
|
||||
|
||||
Reference in New Issue
Block a user