ruby open类的自定义rails日志:ActiveSupport :: Logger :: SimpleFormatter

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了ruby open类的自定义rails日志:ActiveSupport :: Logger :: SimpleFormatter相关的知识,希望对你有一定的参考价值。

# You can enable this feature by: LOGGER=crazy rails s

# File : config/initializers/logger.rb
if ENV["LOGGER"] == "crazy"
  class ActiveSupport::Logger::SimpleFormatter
    def call(severity, time, progname, msg)
      "#{severity} #{time}: #{progname} #{caller.grep(/phoenix/)} -- : #{msg}\n"
    end
  end
end

以上是关于ruby open类的自定义rails日志:ActiveSupport :: Logger :: SimpleFormatter的主要内容,如果未能解决你的问题,请参考以下文章

使用 Piwik + Ruby on Rails 跟踪目标转换中的自定义变量

Ruby on Rails 学习五Ruby语言的方法

ruby 这是Array类的自定义“flatten”方法,仅用于测试。

Ruby on Rails - 从视图调用控制器方法

Rails 4:模型:类的未定义方法“relation_delegate_class”

AWS SNS 和 Ruby on Rails SMTP