class Loog::Tee

def error(msg)

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