happyfish100 / libfastcommon

c common functions library extracted from my open source project FastDFS. this library is very simple and stable. functions including: string, logger, chain, hash, socket, ini file reader, base64 encode / decode, url encode / decode, fast timer, skiplist, object pool etc. detail info please see the c header files.
http://bbs.chinaunix.net/forum-240-1.html
GNU Lesser General Public License v3.0
898 stars 531 forks source link

日志初始化问题 #30

Open ghost opened 4 years ago

ghost commented 4 years ago

日志初始化这里有调用init_pthread_lock函数,但是这个函数内部错误会利用日志打印,一旦函数内部错误,应该会崩溃吧。