未验证 提交 9d8dcea7 编写于 作者: 梦境迷离's avatar 梦境迷离 提交者: GitHub

Update howToUse.md

上级 8316c627
......@@ -155,7 +155,7 @@ def getStr(k: Int): String = this.synchronized(k.$plus(""))
- `io.github.dreamylost.logs.LogType.Slf4j` 使用 `org.slf4j.Logger`
- `io.github.dreamylost.logs.LogType.ScalaLoggingLazy` 基于 `scalalogging.LazyLogging` 实现,但字段被重命名为`log`
- `io.github.dreamylost.logs.LogType.ScalaLoggingStrict` 基于 `scalalogging.StrictLogging`实现, 但字段被重命名为`log`
- 支持普通类,样例类,单例对象。
- 支持普通类,单例对象。
- 示例
......@@ -300,4 +300,4 @@ class B(
}
};
()
```
\ No newline at end of file
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册