class Loog::Tee

def info(msg)

def info(msg)
  @logs.each { |g| g.info(msg) }
end