This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
杨威 4a0f6fae91 Merge branch 'Feature-auto-version' into 'master'
新增根据git记录自动生成GIT_VERSION变量的代码

See merge request MESA_framework/MESA_handle_logger!3
2019-02-24 15:46:10 +08:00
2019-02-18 17:50:44 +08:00
2018-11-15 17:10:05 +08:00
2018-11-15 17:10:05 +08:00

/*
 *NAME:MESA_handle_logger
 *INTRODUCTION:Based on logger and thread_safe, provide runtime_log function with independent handle for different users.
 *Author:yangwei@iie.ac.cn
 *History:
		2014-03-24 created by yw
		1)first version
		
		2014-04-16 modified by yw
		1)strict inspection parameters, compatible with g++ 4.4.4
		
		2014-05-29 update by yw
		1)create  directory is supported
------------------------------------------------------------------------------------- 		
 NOTICE:
		1)compatible with g++, extern with c;
 		2)thread_safe IS supported;
		3)DO destroy handle process before exit.
		4)demo requires lpthread support
*/


  



  






Description
No description provided
Readme 758 KiB
Languages
Shell 64.5%
C 20.5%
CMake 13.4%
Makefile 1.6%