JSON 格式化工具 logstash_formatter
- 授权协议: MIT
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://pypi.python.org/pypi/logstash_formatter
软件介绍
logstash_formatter 是将 Python 日志格式化为 JSON 格式数据,并可输出到 logstash 上。
示例代码:
import logging from logstash_formatter import LogstashFormatter logger = logging.getLogger() handler = logging.StreamHandler() formatter = LogstashFormatter() handler.setFormatter(formatter) logger.addHandler(handler)
Distributed Algorithms: An Intuitive Approach
Wan Fokkink / MIT Press / 2018-2-2 / USD 48.00
The new edition of a guide to distributed algorithms that emphasizes examples and exercises rather than the intricacies of mathematical models. This book offers students and researchers a guide to ......一起来看看 《Distributed Algorithms: An Intuitive Approach》 这本书的介绍吧!
