# File lib/stomp/null_logger.rb, line 5 def on_miscerr(parms, error_msg) $stderr.print "\non_miscerr\n" $stderr.print parms.inspect $stderr.print "\n" $stderr.print error_msg $stderr.print "\n" end