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