# clog **Repository Path**: flynix/clog ## Basic Information - **Project Name**: clog - **Description**: 极简日志模块,支持多线程 - **Primary Language**: C - **License**: BSD-3-Clause-Clear - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 6 - **Forks**: 1 - **Created**: 2022-01-28 - **Last Updated**: 2022-10-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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