# clog_1 **Repository Path**: smilerll/clog_1 ## Basic Information - **Project Name**: clog_1 - **Description**: 极简日志模块,支持多线程 - **Primary Language**: C - **License**: BSD-3-Clause-Clear - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-06-22 - **Last Updated**: 2022-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: log4c ## README Clog is very simple log module for system with C. Attribute: 1. Support log level[DEBUG|INFO|ERROR|FATAL] 2. Support multi-thread, is Thread-safe. 3. Support log output path configurable. 4. Single log output file, and Loop Coverage. 5. The log size is configurable, default 5M Bytes. Build & Test 1. make 2. ./clog