Class: BammLog::Logger::DevLogger

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

Instance Method Summary collapse

Instance Method Details

#info(text) ⇒ Object



58
59
60
# File 'lib/bamm_log.rb', line 58

def info(text)
  puts BammLog::Formatter.call_formatted(Time.now, text)
end