Class: FluQ::Format::Lines

Inherits:
Base
  • Object
show all
Includes:
MonitorMixin
Defined in:
lib/fluq/format/lines.rb

Direct Known Subclasses

Json, Tsv

Instance Method Summary collapse

Methods inherited from Base

#parse, to_event

Methods included from Mixins::Loggable

#logger

Constructor Details

#initializeLines

Returns a new instance of Lines.

See Also:



5
6
7
8
# File 'lib/fluq/format/lines.rb', line 5

def initialize(*)
  super
  @buffer = ""
end