# File lib/compass/logger.rb, line 15 def record(action, *arguments) log "#{action_padding(action)}#{action} #{arguments.join(' ')}" end