Skip to content

Commit 3bcbc63

Browse files
committed
Update README.md
1 parent 25a9f9c commit 3bcbc63

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

README.md

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,22 @@ Log4z是一款开源的轻量级的跨平台日志库 主要针对7*24小时服
1414

1515
1. MIT open source license,very liberal.
1616
MIT开源授权 授权的限制非常小.
17+
1718
2. Cross Platform Linux & Windows, Lightweight only one cpp sourse file one header file.
1819
跨平台支持linux和windows, 轻量级 只有一个头文件和一个cpp文件.
19-
3. Multi-Logger Output, Rolling File, Priority Filter, Thread Safe.
20+
21+
3. 不需要关心创建和销毁等问题 全部自动化.
22+
23+
4. Multi-Logger Output, Rolling File, Priority Filter, Thread Safe.
2024
支持多日志分流,滚动日志记录, 优先级过滤, 多线程安全.
21-
4. Screen Display Log with Different Color.
25+
26+
5. Screen Display Log with Different Color.
2227
屏显日志彩色输出.
23-
5. Support format-style and stream-style write log.
28+
29+
6. Support format-style and stream-style write log.
2430
支持格式化形式和流形式输入日志.
25-
6. Support configure from file and hot update, or can direct fast work without any config.
31+
32+
7. Support configure from file and hot update, or can direct fast work without any config.
2633
可通过配置文件配置并进行配置热更新,也可以不做任何配置直接快速使用.
2734

2835

0 commit comments

Comments
 (0)