https://github.com/icarephone/logs
logs for xml
https://github.com/icarephone/logs
log xml
Last synced: 5 months ago
JSON representation
logs for xml
- Host: GitHub
- URL: https://github.com/icarephone/logs
- Owner: icarephone
- License: mit
- Created: 2019-10-16T05:58:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-16T06:27:33.000Z (over 6 years ago)
- Last Synced: 2024-06-20T05:19:00.289Z (about 2 years ago)
- Topics: log, xml
- Language: Go
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
logs
[](https://travis-ci.org/issue9/logs)
======
一个可配置的日志服务包。可以通过 XML 自定义日志输出:
```xml
....
```
```go
logs.InitFromXMLFile("./config.xml") // 用 XML 初始化 logs
logs.Debug("debug start...")
logs.Debugf("%v start...", "debug")
logs.DEBUG().Println("debug start...")
```
### 安装
```shell
go get github.com/issue9/logs
```
### 文档
[](http://gowalker.org/github.com/issue9/logs)
[](https://godoc.org/github.com/issue9/logs)
### 版权
本项目采用 [MIT](https://opensource.org/licenses/MIT) 开源授权许可证,完整的授权说明可在 [LICENSE](LICENSE) 文件中找到。