# File lib/backup/logger.rb, line 35
      def normal(string)
        to_console  loggify(string)
        to_file     loggify(string)
      end