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