Rack日志定制工具 Clogger

码农软件 · 软件分类 · 日志工具(Logging) · 2019-09-21 20:29:48

软件介绍

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

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

Web Security, Privacy and Commerce, 2nd Edition

Web Security, Privacy and Commerce, 2nd Edition

Simson Garfinkel / O'Reilly Media / 2002-01-15 / USD 44.95

Since the first edition of this classic reference was published, World Wide Web use has exploded and e-commerce has become a daily part of business and personal life. As Web use has grown, so have ......一起来看看 《Web Security, Privacy and Commerce, 2nd Edition》 这本书的介绍吧!

MD5 加密
MD5 加密

MD5 加密工具

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试