# llog **Repository Path**: thewon/llog ## Basic Information - **Project Name**: llog - **Description**: 自己做的一种简单的日志,只支持写入文件 - **Primary Language**: C - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2022-06-22 - **Last Updated**: 2022-06-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # llog #### 介绍 自己做的一种简单的日志,只支持写入文件 - 支持日志等级 - 支持在线切换日志等级 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. 创建 LLog 类型变量; 2. 调用 `create_llog` 初始化创建日志; 3. `lLog_Debug` `lLog_Info` ... 写日志; 4. 修改日志等级(可选); 5. 系统退出时,`destroy_llog` 销毁日志 LLog。 #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request