Rack日志定制工具 Clogger
- 授权协议: LGPL
- 开发语言: Ruby
- 操作系统: 跨平台
- 软件首页: http://clogger.bogomips.org/
软件介绍
Clogger 是一个为 Rack 框架提供定制日志格式的工具,支持像 Nginx 服务器中的 log_format 一样的格式配置。
示例代码:
# ENV['CLOGGER_PURE'] = '1' # uncomment to disable C extension require "clogger" use Clogger, :format => :Combined, :path => "/path/to/log", :reentrant => true run YourApplication.new
