Parent

Class/Module Index [+]

Quicksearch

Fluent::AsisTailInput

Public Class Methods

new() click to toggle source
# File lib/fluent/plugin/in_tail_asis.rb, line 6
def initialize
  super

  @parser = nil
end

Public Instance Methods

configure_parser(conf) click to toggle source
# File lib/fluent/plugin/in_tail_asis.rb, line 12
def configure_parser(conf)
  @parser = AsisParser.new
  @parser.configure(conf)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.