Skip to content

Commit

Permalink
添加 B 站介绍视频链接
Browse files Browse the repository at this point in the history
  • Loading branch information
FishGoddess committed Jun 3, 2020
2 parents 31ebb99 + e8efccd commit 6e0685a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion README.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@

**logit** is an easy-to-use, also level-based and config file first logger for [GoLang](https://golang.org) applications.

[阅读中文版的 Read me](./README.md).
[阅读中文版的 Read me](./README.md)

[Introduction Video on BiliBili](https://www.bilibili.com/video/BV14t4y1y7rF)

### 🥇 Features

Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@

**logit** 是一个简单易用并且是基于级别控制和配置文件的日志库,可以应用于所有的 [GoLang](https://golang.org) 应用程序中。

[Read me in English](./README.en.md).
[Read me in English](./README.en.md)

[B站上的介绍视频](https://www.bilibili.com/video/BV14t4y1y7rF)

### 🥇 功能特性

Expand Down
2 changes: 1 addition & 1 deletion _examples/config/logit-config-template.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# logit 配置文件的模板 v0.2.4
# 注意:以 # 开头的是注释,不参与配置文件的解析,注释必须是单独的一行,不能写在属性的后面
# 语法是基于 Json 并作了一些改动使其更适合做配置文件,所以要注意双引号和逗号这些格式
# 下面所有涉及目录路径的都使用 / 或者 \\ 而不能是 \,否则会造成配置解析出错,这个问题后续会进行修复
# 下面所有涉及目录路径的都使用 / 或者 \\ 而不能是 \,否则会造成配置解析出错,这意味着特殊字符需要自行转义

# 日志级别,可取值有 debug,info,warn,error,off
# 如果不配置的话,默认是 debug
Expand Down
2 changes: 1 addition & 1 deletion _examples/config/logit-config-template.en.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# logit config template v0.2.4
# Notice that starting with # is comment, and it must be a new line
# Grammar is based on Json, but adds more features to let it become more configured and easy-to-read
# You should always use / or \\ instead of \. This problem will be fixed in future version
# You should always use / or \\ instead of \, because some special characters should be escaped

# Logger level, all valid values are debug, info, warn, error, off
# Default is "debug"
Expand Down

0 comments on commit 6e0685a

Please sign in to comment.