<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body>
    <p>When the orb encounters a servant that's missing a method, I see
      it puts this on stderr:<br>
    </p>
    <blockquote>
      <p>omniORB: (50) 2021-01-03 07:32:20.582000: Python servant for
        `A:B/C:1.0' has no method named `D'.<br>
      </p>
    </blockquote>
    <p>I'd like to build unit tests that fail on this condition, though.</p>
    <p>So can I hook something to determine this?  Redirecting stderr to
      a pipe and reading the other end, or fiddling with -ORBtraceFile,
      seem like my only options.</p>
    <p>Ideas?</p>
    <p>Thanks in advance,</p>
    <p>Jim</p>
    <p><br>
    </p>
  </body>
</html>