Module: EasyAppHelper::Logger::Wrapper

Defined in:
lib/easy_app_helper/logger/wrapper.rb

Instance Method Summary collapse

Instance Method Details

#puts_and_logs(*args) ⇒ Object



5
6
7
8
# File 'lib/easy_app_helper/logger/wrapper.rb', line 5

def puts_and_logs(*args)
  puts *args if EasyAppHelper.config[:verbose]
  info(*args)
end