Go 语言的日志框架 loggo
- 授权协议: LGPL
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/howbazaar/loggo
- 软件文档: https://github.com/howbazaar/loggo
- 官方下载: https://github.com/howbazaar/loggo
软件介绍
loggo 是一个层次化的 Go 语言的日志框架,这是 Go 语言内置日志库的替代品。
示例代码:
logger := loggo.GetLogger("foo.bar")
logger.Criticalf(...)
logger.Errorf(...)
logger.Warningf(...)
logger.Infof(...)
logger.Debugf(...)
logger.Tracef(...)
Clean Architecture
Robert C. Martin / Prentice Hall / 2017-9-20 / USD 34.99
Practical Software Architecture Solutions from the Legendary Robert C. Martin (“Uncle Bob”) By applying universal rules of software architecture, you can dramatically improve developer producti......一起来看看 《Clean Architecture》 这本书的介绍吧!
