class Fluent::Plugin::NoneParser
def parse(text)
def parse(text) record = {@message_key => text} time = @estimate_current_event ? Fluent::EventTime.now : nil yield time, record end
def parse(text) record = {@message_key => text} time = @estimate_current_event ? Fluent::EventTime.now : nil yield time, record end