forked from mianshenglee/my-example
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
mason
committed
Nov 28, 2019
1 parent
2616462
commit f9fc934
Showing
2 changed files
with
42 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# 说明 | ||
|
||
## logback企业实践:`springboot-logback-demo` | ||
|
||
基于springboot+logback,对日志输出框架的使用示例,结合在企业中的实践进行详细说明。 | ||
|
||
1. `logback-simple-demo` | ||
|
||
- 示例功能: 使用springboot+logback构建示例工程及配置描述,对logback配置文件的详述及使用,实现按日志级别输出到文件功能。 | ||
- 文章:[springboot+logback日志输出企业实践(上)](https://mianshenglee.github.io/2019/11/28/logback1.html) | ||
|
||
2. `logback-advance-demo` | ||
|
||
- 示例功能:正在编写...... | ||
- 文章:正在编写...... |