summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorliuxueli <[email protected]>2018-11-15 17:10:05 +0800
committerliuxueli <[email protected]>2018-11-15 17:10:05 +0800
commit075accef5fbd934e13cc90079974dd7d8961ba9e (patch)
treef135f4879e745ef51034cc8b3d5d4183d6e6cf97 /README
同步内网版本
Diffstat (limited to 'README')
-rw-r--r--README33
1 files changed, 33 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..d933733
--- /dev/null
+++ b/README
@@ -0,0 +1,33 @@
+/*
+ *NAME:MESA_handle_logger
+ *INTRODUCTION:Based on logger and thread_safe, provide runtime_log function with independent handle for different users.
+ *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
+*/
+
+
+
+
+
+
+
+
+
+
+
+
+