# File lib/eymiha/util/easylog.rb, line 169 def start_logging(logdev, shift_age = 'weekly', shift_size = 1048576, subsecond_precision = nil) EasyLogger.finish_logging EasyLogger.new(logdev, shift_age, shift_size, subsecond_precision) end