gpt4 book ai didi

ruby-on-rails-3 - 回形针处理器 - 如何在我自己的处理器中使用回形针记录器?

转载 作者:行者123 更新时间:2023-12-04 05:47:11 25 4
gpt4 key购买 nike

我正在尝试编写自己的回形针处理器,但我应该如何登录回形针记录器?

我尝试了以下,log 'here is the processor'不放任何东西。我该怎么做?

module Paperclip
class MyProcessor < Processor
include Paperclip::Logger

def initialize(file, options = {}, attachment = nil)
super
@format = options[:format]
@current_format = File.extname(@file.path)
@basename = File.basename(@file.path, @current_format)
end

def make
log 'here is the processor'
end
end
end

最佳答案

如果在你的处理器中你需要记录,log 方法是 Paperclip 模块的一部分

Paperclip.log "Log something"

https://github.com/thoughtbot/paperclip/blob/master/lib/paperclip/logger.rb

关于ruby-on-rails-3 - 回形针处理器 - 如何在我自己的处理器中使用回形针记录器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10527589/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com