awesome-cpp icon indicating copy to clipboard operation
awesome-cpp copied to clipboard

Suggestion to add logger library liblog

Open gozfree opened this issue 9 years ago • 3 comments

liblog a simple log library written in POSIX C, thread-safe, support stdout, file, rsyslog. ouput colorful based log level, easy to use and porting.

gozfree avatar Feb 05 '16 05:02 gozfree

liblog ver1.0.2 has already been released to ppa:gozfree/ppa, and can be get by $ sudo add-apt-repository ppa:gozfree/ppa $ sudo apt-get update $ sudo apt-get install liblog

gozfree avatar Oct 08 '16 14:10 gozfree

Moved to https://github.com/gozfree/libraries/tree/master/liblog . #200

myd7349 avatar Jan 16 '19 13:01 myd7349