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(...)
Build Your Own Web Site the Right Way Using HTML & CSS
Ian Lloyd / SitePoint / 2006-05-02 / USD 29.95
Build Your Own Website The Right Way Using HTML & CSS teaches web development from scratch, without assuming any previous knowledge of HTML, CSS or web development techniques. This book introduces you......一起来看看 《Build Your Own Web Site the Right Way Using HTML & CSS》 这本书的介绍吧!
