# File lib/picnic.rb, line 32 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