class Fluent::Output
def configure(conf)
def configure(conf) super end
def initialize
def initialize super end
def secondary_init(primary)
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
def shutdown
def shutdown end
def start
def start end