# File lib/picnic.rb, line 41
      def init_logger
        puts "Initializing #{self} logger..."
        $LOG = Picnic::Utils::Logger.new(self::Conf.log[:file])
        $LOG.level = Picnic::Utils::Logger.const_get(self::Conf.log[:level])
      end