log system from prject LightInk
- install vs2012
- open file ./windows/LightInkLua.sln
- build
- the file output in ./bin/Debug(Release)/
- install cmake
- mkdir ./Linux/build
- cd ./Linux/build
- cmake ../
- make
- the file output in ./bin/Debug(Release)/
- define LIGHTINK_LOG_MULTITHREAD support multi thread
- you can define it in include/Log/LogConfig.h
- first call LightInkLogCppInit to init log system
- LightInkLog->init_async can set async available
- last call LightInkLog->release() destroy log system