Class: Reru::Log

Inherits:
Stream show all
Defined in:
lib/reru/log.rb

Instance Method Summary collapse

Methods inherited from Stream

#consume, #dispatch, #initialize, #log, #map, #merge, #select, #to_es

Constructor Details

This class inherits a constructor from Reru::Stream

Instance Method Details

#emit(event) ⇒ Object



4
5
6
7
# File 'lib/reru/log.rb', line 4

def emit(event)
  puts event
  super event
end