Module: Capistrano::Autoscale::Logger
- Includes:
- Doctor::OutputHelpers
- Defined in:
- lib/capistrano/autoscale/logger.rb
Constant Summary collapse
- PREFIX_TEXT =
'Autoscaling'
Instance Method Summary collapse
Instance Method Details
#error(message) ⇒ Object
16 17 18 |
# File 'lib/capistrano/autoscale/logger.rb', line 16 def error() $stderr.puts "#{error_prefix}: #{}" end |
#info(message) ⇒ Object
12 13 14 |
# File 'lib/capistrano/autoscale/logger.rb', line 12 def info() $stdout.puts "#{info_prefix}: #{}" end |