logging(msg)
No documentation available.
# File lib/net/smtp.rb, line 1070 def logging(msg) @debug_output << msg + "\n" if @debug_output end