Go 日志工具 Seelog

码农软件 · 软件分类 · 日志工具(Logging) · 2019-09-19 22:41:28

软件介绍

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.)

  • 全局变量和函数,方便在独立应用程序中使用

  • 在库中灵活使用函数

本文地址:https://codercto.com/soft/d/14975.html

Dive Into Python 3

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》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

Base64 编码/解码
Base64 编码/解码

Base64 编码/解码

HSV CMYK 转换工具
HSV CMYK 转换工具

HSV CMYK互换工具