class ActiveGenie::Config::LogConfig

def output

def output
  @output || ->(log) { $stdout.puts log }
end