Commonly Used Logging Library Zlog in Embedded Linux Projects

Commonly Used Logging Library Zlog in Embedded Linux Projects

Zlog is a high-performance, thread-safe, flexible, and conceptually clear pure C logging function library. Follow “Programmers Love Learning“, set “Starred Public Account“ Useful Resources Delivered First Hand! 1. Installation Download the zlog-1.2.17.tar.gz file from https://github.com/HardySimpson/zlog/releases/tag/1.2.17 Unzip and install $ tar -zxvf zlog-1.2.17.tar.gz $ cd zlog-1.2.17/ $ ./configure –enable-test # Compile the test program and examples, … Read more