# File lib/crono/logging.rb, line 6
    def logfile=(logfile)
      Crono.logger = Logger.new(logfile)
    end