# MiniLog **Repository Path**: schips/minilog ## Basic Information - **Project Name**: MiniLog - **Description**: 基于c++实现的简单Log库。 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2024-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # MiniLog 基于c++实现的简单Log库。 ## 特性 文件依赖少(核心文件只有一个头文件),使用简单。 支持等级打印: DEBUG/INFO/ERR 允许不定长打印。 允许打印到屏幕或文件中。 > 对于log输出到文件时,允许限制最大打印条数(log回滚)。 不提供同步,但允许定义打印前后的行为(通过这个机制可以自己实现同步)