# File lib/slog.rb, line 13 def init_logger(logdir) @logger = Logger.new("#{logdir}/outcry.log", shift_age = 'daily') __setobj__(@logger) end