class Net::SMTP

def logging(msg)

def logging(msg)
  @debug_output << msg + "\n" if @debug_output
end