# File lib/fluent/output.rb, line 57 def configure(conf) super end
def emit(tag, es, chain) end
# File lib/fluent/output.rb, line 70 def secondary_init(primary) if primary.class != self.class $log.warn "type of secondary output should be same as primary output", :primary=>primary.class.to_s, :secondary=>self.class.to_s end end
Generated with the Darkfish Rdoc Generator 2.