Go 日志工具 Seelog
- 授权协议: BSD
- 开发语言: Google Go
- 操作系统: 跨平台
- 软件首页: https://github.com/cihub/seelog
- 软件文档: https://github.com/cihub/seelog/blob/master/README.markdown
- 官方下载: https://github.com/cihub/seelog/releases
软件介绍
Seelog 是一个功能强大且易于学习的日志框架,提供灵活调度、过滤和格式化日志消息的功能。完全使用 Go 语言编写。
有以下特性:
Xml 配置能够在不重新编译的情况下更改记录器参数
在不重新启动应用的情况下即时更改配置
可以为不同的项目文件和功能设置不同的日志配置
可调整消息的格式
同时将日志输出到多个流
选择记录器优先级策略以将性能损失最小化
Different output writers
Console writer
File writer
Buffered writer (Chunk writer)
Rolling log writer (Logging with rotation)
SMTP writer
Others... (See Wiki)
日志消息封装器 (JSON, XML, etc.)
全局变量和函数,方便在独立应用程序中使用
在库中灵活使用函数
Dive Into Python 3
Mark Pilgrim / Apress / 2009-11-6 / USD 44.99
Mark Pilgrim's Dive Into Python 3 is a hands-on guide to Python 3 (the latest version of the Python language) and its differences from Python 2. As in the original book, Dive Into Python, each chapter......一起来看看 《Dive Into Python 3》 这本书的介绍吧!
