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.
2019-09-16 09:59:49 +08:00
2019-05-21 10:14:16 +08:00
2018-11-15 17:10:05 +08:00
2019-09-04 20:04:43 +08:00
2019-08-31 23:35:44 +08:00
2019-07-15 11:16:24 +08:00
2019-07-15 11:17:40 +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%