Parent

Included Modules

Class/Module Index [+]

Quicksearch

Fluent::Formatter

Public Instance Methods

configure(conf) click to toggle source
# File lib/fluent/formatter.rb, line 23
def configure(conf)
  super
end
format(tag, time, record) click to toggle source
# File lib/fluent/formatter.rb, line 27
def format(tag, time, record)
  raise NotImplementedError, "Implement this method in child class"
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.