= private = protected
logging(msg)
debugging output for msg
# File lib/net/pop.rb, line 712 def logging(msg) @debug_output << msg + "\n" if @debug_output end