summaryrefslogtreecommitdiff
path: root/README
blob: d933733accb4f01655015afefda621a490249838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 *NAME:MESA_handle_logger
 *INTRODUCTION:Based on logger and thread_safe, provide runtime_log function with independent handle for different users.
 *Author:[email protected]
 *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
*/