# File lib/airbrussh/console_formatter.rb, line 37 def log_command_data(command, stream_type, string) return if debug?(command) return unless config.show_command_output?(stream_type) command = decorate(command) string.each_line do |line| print_indented_line(command.format_output(line)) end end