class BammLog::Logger::DevLogger

Public Instance Methods

info(text) click to toggle source
# File lib/bamm_log.rb, line 51
def info(text)
  puts BammLog::Formatter.call_formatted(Time.now, text)
end