Class: NotifyMe::Log::Stdout

Inherits:
Logger
  • Object
show all
Defined in:
lib/notifyme/log/stdout.rb

Constant Summary

Constants inherited from Logger

Logger::LOG_FREQUENCE

Instance Method Summary collapse

Methods inherited from Logger

#add_log_history, #can_log?, #clean_log_history!, #fact, #initialize

Constructor Details

This class inherits a constructor from NotifyMe::Log::Logger

Instance Method Details

#<<(task) ⇒ Object



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

def <<(task)
  puts generate(task)
  puts
end