Class: Hotspots::Logger::Sink::Console

Inherits:
Object
  • Object
show all
Defined in:
lib/hotspots/logger.rb

Class Method Summary collapse

Class Method Details

.<<(message) ⇒ Object



6
7
8
# File 'lib/hotspots/logger.rb', line 6

def self.<<(message)
  $stdout << message
end