Parent

Class/Module Index [+]

Quicksearch

Fluent::Output

Public Class Methods

new() click to toggle source
# File lib/fluent/output.rb, line 53
def initialize
  super
end

Public Instance Methods

configure(conf) click to toggle source
# File lib/fluent/output.rb, line 57
def configure(conf)
  super
end
secondary_init(primary) click to toggle source

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
shutdown() click to toggle source
# File lib/fluent/output.rb, line 64
def shutdown
end
start() click to toggle source
# File lib/fluent/output.rb, line 61
def start
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.