# File lib/capistrano/configuration/log_formatters.rb, line 66 def disable_log_formatters @logger.disable_formatters = true end
# File lib/capistrano/configuration/log_formatters.rb, line 56 def log_formatter(options) if options.class == Array options.each do |option| Capistrano::Logger.add_formatter(option) end else Capistrano::Logger.add_formatter(options) end end
[Validate]
Generated with the Darkfish Rdoc Generator 2.